mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Fix implementation of glFrameTerminatorGREMEDY
This commit is contained in:
@@ -319,7 +319,7 @@ void WrappedOpenGL::glInsertEventMarkerEXT(GLsizei length, const GLchar *marker)
|
||||
|
||||
void WrappedOpenGL::glFrameTerminatorGREMEDY()
|
||||
{
|
||||
SwapBuffers(NULL);
|
||||
SwapBuffers((void *)m_ActiveContexts[Threading::GetCurrentID()].wnd);
|
||||
}
|
||||
|
||||
void WrappedOpenGL::glStringMarkerGREMEDY(GLsizei len, const void *string)
|
||||
|
||||
Reference in New Issue
Block a user