diff options
author | Dave Parks <davep@lindenlab.com> | 2011-09-20 03:34:09 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-09-20 03:34:09 -0500 |
commit | 66acb932ba7bbd7fecbe78a34e753b5aab2d2104 (patch) | |
tree | 87ae87b36d20082008feeb7c46c38d2d6d498332 /indra/llrender/llrender.h | |
parent | 9ea41c8094695365bc7ea10165ffd54cda204e88 (diff) |
SH-2244 Add "RenderGLCoreProfile" debug setting that allows the viewer to start with a non-compatibility-profile OpenGL context.
Diffstat (limited to 'indra/llrender/llrender.h')
-rw-r--r-- | indra/llrender/llrender.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 7d636060f5..44d9ec1f15 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -428,6 +428,7 @@ public: public: static U32 sUICalls; static U32 sUIVerts; + static bool sGLCoreProfile; private: friend class LLLightState; |