X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fglstate_internal.hpp;fp=retrace%2Fglstate_internal.hpp;h=9956a79055f409c374cbda473e6afb1aca13742a;hb=b1700a69b204580a9b75371ba7388e48a9b74a4d;hp=0fd378ba65fea784f83247e00371fab0a804b35a;hpb=0f48706319d715bea08cad23fc233a46b9f9f224;p=apitrace diff --git a/retrace/glstate_internal.hpp b/retrace/glstate_internal.hpp index 0fd378b..9956a79 100644 --- a/retrace/glstate_internal.hpp +++ b/retrace/glstate_internal.hpp @@ -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);