summaryrefslogtreecommitdiff
path: root/retrace/glstate_internal.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-05-10 16:33:50 +0100
committerJosé Fonseca <jfonseca@vmware.com>2014-05-10 16:33:50 +0100
commit651251cf2ccfbd47df134e7d9d91a4c13f08d282 (patch)
tree8536e4302987b84057ba101beec4cf710b62017c /retrace/glstate_internal.hpp
parent71b331ecf6703e1fa9c94fd1b6ad0e62fa3004dc (diff)
glretrace: Include texture object labels in surfaces tab.
Issue #251.
Diffstat (limited to 'retrace/glstate_internal.hpp')
-rw-r--r--retrace/glstate_internal.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/retrace/glstate_internal.hpp b/retrace/glstate_internal.hpp
index 1a326dfd..e31ee23f 100644
--- a/retrace/glstate_internal.hpp
+++ b/retrace/glstate_internal.hpp
@@ -71,6 +71,9 @@ void dumpBoolean(JSONWriter &json, GLboolean value);
void dumpEnum(JSONWriter &json, GLenum pname);
+char *
+getObjectLabel(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);