]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace.hpp
Determine core32 from the traces.
[apitrace] / retrace / glretrace.hpp
index 7729ec50a66303047136631745d22b0e34978cbb..f058d8deaaf94731b889b8c9e5781824ba5ca464 100644 (file)
@@ -63,6 +63,11 @@ extern bool insideGlBeginEnd;
 extern glws::Drawable *currentDrawable;
 extern Context *currentContext;
 
+
+int
+parseAttrib(const trace::Value *attribs, int param, int default_);
+
+
 glws::Drawable *
 createDrawable(glws::Profile profile);