]> git.cworth.org Git - apitrace/blobdiff - retrace/glstate_internal.hpp
Check for ARB_sampler_objects before dumping its state.
[apitrace] / retrace / glstate_internal.hpp
index 6b74b1d58e676f3f707bddd4af13bc78c4159cc8..942c3a69e47147c4ce461a919d10f8f36eca6f30 100644 (file)
@@ -41,6 +41,7 @@ struct Context
     bool ES;
 
     bool ARB_draw_buffers;
+    bool ARB_sampler_objects;
 
     Context(void);