summaryrefslogtreecommitdiff
path: root/indra/llrender/llgldbg.h
blob: 9cb15dc316cff51f964ffa45a039a4f614c60504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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