]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace.hpp
replay: Support applications mixing glCreateProgramObjectARB and glUseProgram
[apitrace] / retrace / glretrace.hpp
index 95a6d7596df230e8dd059194c493bbf58055cad3..7441b56938e22481e0110b181b74b7de81a55c98 100644 (file)
@@ -60,7 +60,7 @@ struct Context {
 
 extern bool insideList;
 extern bool insideGlBeginEnd;
-
+extern bool supportsARBShaderObjects;
 
 Context *
 getCurrentContext(void);