aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llgl.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llwindow/llgl.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-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;