Return a few extension strings that programs might query for

This commit is contained in:
Baldur Karlsson
2014-06-24 15:51:00 +01:00
parent 20e045cc12
commit 0f715059c8
+4
View File
@@ -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();