summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index cff54cc342..bab5e5245f 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -223,9 +223,9 @@ public:
static void resetTextureStates();
static void dumpStates();
- static void checkStates();
- static void checkTextureChannels();
- static void checkClientArrays(U32 data_mask = 0x0001);
+ static void checkStates(const std::string& msg = "");
+ static void checkTextureChannels(const std::string& msg = "");
+ static void checkClientArrays(const std::string& msg = "", U32 data_mask = 0x0001);
protected:
static std::map<LLGLenum, LLGLboolean> sStateMap;