mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Return ID of output window
This commit is contained in:
@@ -166,7 +166,7 @@ uint64_t GLReplay::MakeOutputWindow(void *wn, bool depth)
|
||||
|
||||
m_OutputWindows[ret] = win;
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
void GLReplay::DestroyOutputWindow(uint64_t id)
|
||||
|
||||
Reference in New Issue
Block a user