diff options
author | Dave Parks <davep@lindenlab.com> | 2012-12-18 16:39:48 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-12-18 16:39:48 -0600 |
commit | 615af0c556d599b0804874efbde8eba05bef5172 (patch) | |
tree | 2c3f8ad9b8e52ceb8546284e928ac1d7ec7d8b8c /indra/llrender/llgl.h | |
parent | d2b7857721b789f0483bcf6df6b5baaab2216d6b (diff) |
MAINT-2150 Fix for super-large ( > 4096 ) snapshots having black borders
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r-- | 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 d70e764769..823de9d361 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -147,6 +147,7 @@ public: S32 mVRAM; // VRAM in MB S32 mGLMaxVertexRange; S32 mGLMaxIndexRange; + S32 mGLMaxTextureSize; void getPixelFormat(); // Get the best pixel format |