diff options
Diffstat (limited to 'indra/llrender/llgldbg.h')
-rw-r--r-- | indra/llrender/llgldbg.h | 16 |
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 |