X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=flavors%2Fgl%2Fsource%2Farraystate.h;h=c1bd0189f34804f518ac964e1b1c440ce4370d21;hp=a6654f37fb5aa46987f613b5cd541655be40ca5c;hb=bc201c7dd5ebef9c0db1142387715c7ad4d53b62;hpb=d72ef6d75a11f6cc05ab8ec039520719e1044741 diff --git a/flavors/gl/source/arraystate.h b/flavors/gl/source/arraystate.h index a6654f3..c1bd018 100644 --- a/flavors/gl/source/arraystate.h +++ b/flavors/gl/source/arraystate.h @@ -1,6 +1,7 @@ #ifndef ARRAYSTATE_H_ #define ARRAYSTATE_H_ +#include #include "autoconstptr.h" #include "opengl.h" @@ -20,6 +21,7 @@ struct ArrayState ArrayState(); void set(unsigned, GLenum, bool, unsigned, BufferState *, long); + std::string describe() const; }; #endif