diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-22 14:58:10 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-08-22 14:58:10 -0700 |
commit | a8d5b070b090d7467a1e95134be556951ae6698a (patch) | |
tree | 66bc89a1aa416382f0af17d8714d5a31e8c0c10d /indra/llrender/llgl.h | |
parent | 4595978d59d905bc9ef95efd759eac8cb62b57c3 (diff) | |
parent | 171089207b528ab80a954292c127ba77254ee927 (diff) |
merging viewer 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 |