mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Return a few extension strings that programs might query for
This commit is contained in:
@@ -245,6 +245,10 @@ WrappedOpenGL::WrappedOpenGL(const wchar_t *logfile, const GLHookSet &funcs)
|
||||
RenderDoc::Inst().GetCrashHandler()->RegisterMemoryRegion(this, sizeof(WrappedOpenGL));
|
||||
|
||||
glExts.push_back("GL_ARB_multitexture");
|
||||
glExts.push_back("GL_ARB_debug_output");
|
||||
glExts.push_back("GL_EXT_direct_state_access");
|
||||
glExts.push_back("GL_ARB_internalformat_query");
|
||||
glExts.push_back("GL_ARB_internalformat_query2");
|
||||
|
||||
#if !defined(_RELEASE)
|
||||
CaptureOptions &opts = (CaptureOptions &)RenderDoc::Inst().GetCaptureOptions();
|
||||
|
||||
Reference in New Issue
Block a user