summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-03-10 00:41:46 -0600
committerDave Parks <davep@lindenlab.com>2011-03-10 00:41:46 -0600
commit5fd953df8fafb769d31688c47cf3f8634f858de5 (patch)
tree7a0f38e57a4132e78f5e1e61dd316adec7e6355a /indra/llrender/llgl.h
parentd46594bf714cd19ebcbf693463c4d39e4c771bb8 (diff)
SH-874 Properly detect available video memory on ATI cards and disable vertex buffer objects when available vram is under 256MB.
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index df110613e3..f4be067f2e 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -76,6 +76,7 @@ public:
// Extensions used by everyone
BOOL mHasMultitexture;
+ BOOL mHasATIMemInfo;
S32 mNumTextureUnits;
BOOL mHasMipMapGeneration;
BOOL mHasCompressedTextures;