mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix compile error on linux
This commit is contained in:
@@ -181,7 +181,7 @@ void GLReplay::DestroyOutputWindow(uint64_t id)
|
||||
MakeCurrentReplayContext(&outw);
|
||||
|
||||
WrappedOpenGL &gl = *m_pDriver;
|
||||
gl.glDeleteFramebuffers(outw.BlitData.readFBO);
|
||||
gl.glDeleteFramebuffers(1, &outw.BlitData.readFBO);
|
||||
|
||||
glXMakeContextCurrentProc(outw.dpy, None, None, NULL);
|
||||
glXDestroyCtxProc(outw.dpy, outw.ctx);
|
||||
|
||||
Reference in New Issue
Block a user