X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fglstate_internal.hpp;h=9956a79055f409c374cbda473e6afb1aca13742a;hb=d9d9d22837705de6a2c42ad3f9b23223a2b98fe0;hp=942c3a69e47147c4ce461a919d10f8f36eca6f30;hpb=1e087c7e8518f0f1a99d9a7abc941019ee65af74;p=apitrace diff --git a/retrace/glstate_internal.hpp b/retrace/glstate_internal.hpp index 942c3a6..9956a79 100644 --- a/retrace/glstate_internal.hpp +++ b/retrace/glstate_internal.hpp @@ -42,6 +42,7 @@ struct Context bool ARB_draw_buffers; bool ARB_sampler_objects; + bool KHR_debug; Context(void); @@ -69,6 +70,8 @@ void dumpBoolean(JSONWriter &json, GLboolean value); void dumpEnum(JSONWriter &json, GLenum pname); +void dumpObjectLabel(JSONWriter &json, Context &context, GLenum identifier, GLuint name, const char *member); + void dumpParameters(JSONWriter &json, Context &context); void dumpShadersUniforms(JSONWriter &json, Context &context);