mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-25 07:05:48 +00:00
Linux compile fixes
This commit is contained in:
@@ -728,7 +728,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
|
||||
|
||||
OpenGLHook::glhooks.GetDriver()->WindowSize((void *)drawable, width, height);
|
||||
|
||||
OpenGLHook::glhooks.GetDriver()->Present((void *)drawable);
|
||||
OpenGLHook::glhooks.GetDriver()->SwapBuffers((void *)drawable);
|
||||
|
||||
OpenGLHook::glhooks.glXSwapBuffers_real(dpy, drawable);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user