Fix Linux/macOS build

This commit is contained in:
RaveYard 2022-10-26 12:07:24 +02:00
parent bfbf97c2f6
commit 525365637c

View file

@ -24,6 +24,10 @@
extern bool VKDebug;
extern bool NoRtx;
#ifndef _WIN32
#include <dlfcn.h>
#endif
RENDERDOC_API_1_4_2* rdoc_api;
void LoadRenderDoc()