X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate.hpp;h=6fb615fae91ab6332bdde801d7c66b2655dd3d3e;hb=ad60fd108d331796173ad54356855d9a2d0d87ba;hp=abbfad00ffaccf43901b52ee451545f636f8acca;hpb=2e3fff6025fac330cbf00c8b81766dcbcf6298b5;p=apitrace diff --git a/glstate.hpp b/glstate.hpp index abbfad0..6fb615f 100644 --- a/glstate.hpp +++ b/glstate.hpp @@ -32,7 +32,9 @@ #include "glimports.hpp" -class JSONWriter; +namespace image { + class Image; +} namespace glstate { @@ -40,12 +42,11 @@ namespace glstate { const char *enumToString(GLenum pname); -void dumpEnum(JSONWriter &json, GLenum pname); - -void dumpParameters(JSONWriter &json); - void dumpCurrentContext(std::ostream &os); +image::Image * +getDrawBufferImage(void); + } /* namespace glstate */