Go to the documentation of this file.
15 bool ToString(std::ostream &os, std::string uniqueIdentifier);
16 bool ToString(std::ostream &os,
int index);
22 #if defined ENABLE_GL_STATE_INSPECTION && ENABLE_GL_STATE_INSPECTION != 0
23 #define INSPECT_GL_STATE(a) GLStateInspection::CaptureSnapshot(a)
25 #define INSPECT_GL_STATE(a)
void GetIdentifiers(std::vector< std::string > &list)
Definition: GLStateInspection.cpp:269
void Destroy()
Definition: GLStateInspection.cpp:69
Definition: GLStateInspection.cpp:11
void CaptureSnapshot(std::string uniqueIdentifier)
Definition: GLStateInspection.cpp:77
bool ToString(std::ostream &os, std::string uniqueIdentifier)
Definition: GLStateInspection.cpp:146
int SnapshotCount()
Definition: GLStateInspection.cpp:262
void Init()
Definition: GLStateInspection.cpp:65