]> git.tdb.fi Git - gldbg.git/blobdiff - flavors/gl/source/arraystate.h
Add a command to show current vertex array state
[gldbg.git] / flavors / gl / source / arraystate.h
index a6654f37fb5aa46987f613b5cd541655be40ca5c..c1bd0189f34804f518ac964e1b1c440ce4370d21 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef ARRAYSTATE_H_
 #define ARRAYSTATE_H_
 
+#include <string>
 #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