aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llwindow/llgl.h')
-rw-r--r--linden/indra/llwindow/llgl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llgl.h b/linden/indra/llwindow/llgl.h
index 2a23a23..a8e14b7 100644
--- a/linden/indra/llwindow/llgl.h
+++ b/linden/indra/llwindow/llgl.h
@@ -48,6 +48,8 @@
48 48
49#define LL_GL_ERRS llerrs 49#define LL_GL_ERRS llerrs
50 50
51class LLSD;
52
51// Manage GL extensions... 53// Manage GL extensions...
52class LLGLManager 54class LLGLManager
53{ 55{
@@ -122,6 +124,7 @@ public:
122 void getPixelFormat(); // Get the best pixel format 124 void getPixelFormat(); // Get the best pixel format
123 125
124 LLString getGLInfoString(); 126 LLString getGLInfoString();
127 void getGLInfo(LLSD& info);
125 128
126 // In ALL CAPS 129 // In ALL CAPS
127 LLString mGLVendor; 130 LLString mGLVendor;