mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Just pass-through wglSwapIntervalEXT as we don't care about it
This commit is contained in:
@@ -482,6 +482,10 @@ class OpenGLHook : LibraryHook
|
||||
glhooks.wglGetPixelFormatAttribivARB_realfunc = (PFNWGLGETPIXELFORMATATTRIBIVARBPROC)realFunc;
|
||||
return (PROC)&wglGetPixelFormatAttribivARB_hooked;
|
||||
}
|
||||
if(!strcmp(func, "wglSwapIntervalEXT"))
|
||||
{
|
||||
return realFunc;
|
||||
}
|
||||
|
||||
HookCheckGLExtensions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user