summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2021-10-05 15:59:21 -0600
committerDave Houlton <euclid@lindenlab.com>2021-10-06 10:59:00 -0600
commit3e99853b2984a40093ff6b504abfcabe065b251b (patch)
tree5c581b1bba52d39df5dba52dd1d38164c78aff49 /indra/llrender/llgl.h
parent4c07eaa560c24303126057b7cf43441d87d520e5 (diff)
SL-16138 remove checks for now-mandatory capabilities
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index a07e2d9bb0..a03d5352be 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -94,9 +94,6 @@ public:
BOOL mHasMapBufferRange;
BOOL mHasFlushBufferRange;
BOOL mHasPBuffer;
- BOOL mHasShaderObjects;
- BOOL mHasVertexShader;
- BOOL mHasFragmentShader;
S32 mNumTextureImageUnits;
BOOL mHasOcclusionQuery;
BOOL mHasTimerQuery;