diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-10 00:41:46 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-10 00:41:46 -0600 |
commit | 5fd953df8fafb769d31688c47cf3f8634f858de5 (patch) | |
tree | 7a0f38e57a4132e78f5e1e61dd316adec7e6355a /indra/llrender/llgl.h | |
parent | d46594bf714cd19ebcbf693463c4d39e4c771bb8 (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.h | 1 |
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; |