X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate.hpp;h=67044351228978d8bdc2309c54884cc59a4e2485;hb=905c1283897c27188ef1984f302379befc9de9b5;hp=abbfad00ffaccf43901b52ee451545f636f8acca;hpb=2e3fff6025fac330cbf00c8b81766dcbcf6298b5;p=apitrace diff --git a/glstate.hpp b/glstate.hpp index abbfad0..6704435 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 */