X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate_internal.hpp;h=ddc802ef26be996b7e48685e8af12c1d055e4fd9;hb=8c5ab641f8481289a9ea18eec621a3eacc1e1caf;hp=785ddc27c03d19e5550ebcd40ba63f8d88c14a76;hpb=788a7cb792894d40c7cf37a3d2b9eaa6edaaa3dd;p=apitrace diff --git a/glstate_internal.hpp b/glstate_internal.hpp index 785ddc2..ddc802e 100644 --- a/glstate_internal.hpp +++ b/glstate_internal.hpp @@ -42,7 +42,6 @@ struct Context bool ARB_draw_buffers; - inline Context(void); GLint packAlignment; @@ -61,7 +60,9 @@ void dumpParameters(JSONWriter &json, Context &context); void dumpShadersUniforms(JSONWriter &json); -void dumpCurrentContext(std::ostream &os); +void dumpTextures(JSONWriter &json, Context &context); + +void dumpFramebuffer(JSONWriter &json, Context &context); } /* namespace glstate */