]> git.cworth.org Git - apitrace/blobdiff - retrace/glstate_internal.hpp
glstate: Dump more object labels.
[apitrace] / retrace / glstate_internal.hpp
index 0fd378ba65fea784f83247e00371fab0a804b35a..9956a79055f409c374cbda473e6afb1aca13742a 100644 (file)
@@ -70,7 +70,7 @@ void dumpBoolean(JSONWriter &json, GLboolean value);
 
 void dumpEnum(JSONWriter &json, GLenum pname);
 
-void dumpObjectLabel(JSONWriter &json, Context &context, GLenum identifier, GLuint name);
+void dumpObjectLabel(JSONWriter &json, Context &context, GLenum identifier, GLuint name, const char *member);
 
 void dumpParameters(JSONWriter &json, Context &context);