diff options
author | Oz Linden <oz@lindenlab.com> | 2013-08-19 15:51:40 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-08-19 15:51:40 -0400 |
commit | 70cacc4d17790f13d62188a49d814f94da9301d5 (patch) | |
tree | 2da7d156c9529c74b66bfb0fd9c4ec064a6f5e35 /indra/llrender/llgl.h | |
parent | 561e0bb1a09e613e6fb41f6a31f1b182b9caa19c (diff) | |
parent | 171089207b528ab80a954292c127ba77254ee927 (diff) |
merge changes for 3.6.3-release
Diffstat (limited to 'indra/llrender/llgl.h')
-rwxr-xr-x | indra/llrender/llgl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index 60597fd090..75e5fe86ec 100755 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -155,6 +155,7 @@ public: S32 mVRAM; // VRAM in MB S32 mGLMaxVertexRange; S32 mGLMaxIndexRange; + S32 mGLMaxTextureSize; void getPixelFormat(); // Get the best pixel format |