X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fglstate_internal.hpp;h=0fd378ba65fea784f83247e00371fab0a804b35a;hb=17f8a32687c040c652e6d018100bab08bb0487bd;hp=942c3a69e47147c4ce461a919d10f8f36eca6f30;hpb=9d9eb81d94075181c360d4712b9fd3baa58d5782;p=apitrace diff --git a/retrace/glstate_internal.hpp b/retrace/glstate_internal.hpp index 942c3a6..0fd378b 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); + void dumpParameters(JSONWriter &json, Context &context); void dumpShadersUniforms(JSONWriter &json, Context &context);