diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-10 00:42:08 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-10 00:42:08 -0600 |
commit | ca610bfc82e9f150877efa7e8c4e972d47bce7d4 (patch) | |
tree | 8a95ee221ad09ba96cf8cfd987c0e312e59757ea /indra/llrender/llgl.h | |
parent | 9044526994bb51b631a9a0cb7d6d6911a15957c6 (diff) | |
parent | 5fd953df8fafb769d31688c47cf3f8634f858de5 (diff) |
merge
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; |