summaryrefslogtreecommitdiff
path: root/indra/llrender/llgldbg.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
committerJames Cook <james@lindenlab.com>2007-01-02 08:33:20 +0000
commit420b91db29485df39fd6e724e782c449158811cb (patch)
treeb471a94563af914d3ed3edd3e856d21cb1b69945 /indra/llrender/llgldbg.h
Print done when done.
Diffstat (limited to 'indra/llrender/llgldbg.h')
-rw-r--r--indra/llrender/llgldbg.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/llrender/llgldbg.h b/indra/llrender/llgldbg.h
new file mode 100644
index 0000000000..9cb15dc316
--- /dev/null
+++ b/indra/llrender/llgldbg.h
@@ -0,0 +1,16 @@
+/**
+ * @file llgldbg.h
+ * @brief Definitions for OpenGL debugging support
+ *
+ * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc.
+ * $License$
+ */
+
+#ifndef LL_LLGLDBG_H
+#define LL_LLGLDBG_H
+
+// Dumps the current OpenGL state to the console.
+void llgl_dump();
+
+
+#endif // LL_LLGLDBG_H