X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate.hpp;h=2cc929a815b65608a6b0d317fc9da73fa95b4df2;hb=dc792082bcdd4b761af6b22e67570098ebf9f3f2;hp=abbfad00ffaccf43901b52ee451545f636f8acca;hpb=2e3fff6025fac330cbf00c8b81766dcbcf6298b5;p=apitrace diff --git a/glstate.hpp b/glstate.hpp index abbfad0..2cc929a 100644 --- a/glstate.hpp +++ b/glstate.hpp @@ -35,6 +35,11 @@ class JSONWriter; +namespace Image { + class Image; +} + + namespace glstate { @@ -46,6 +51,9 @@ void dumpParameters(JSONWriter &json); void dumpCurrentContext(std::ostream &os); +Image::Image * +getDrawBufferImage(GLenum format); + } /* namespace glstate */