mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-11 12:30:31 +00:00
Fix CGL
This commit is contained in:
@@ -203,7 +203,7 @@ DECL_HOOK_EXPORT(CGLFlushDrawable);
|
||||
extern void RegisterAppleGLSymbols();
|
||||
extern void AppleRegisterRealSymbol(const char *functionName, void *address);
|
||||
|
||||
static void CGLHooked(void *handle)
|
||||
static void CGLHooked(void *handle, const char *)
|
||||
{
|
||||
RDCDEBUG("CGL library hooked");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user