summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@mbp.local>2021-06-07 16:27:27 -0700
committerCallum Prentice <callum@mbp.local>2021-06-07 16:27:27 -0700
commit1b0e3d68183fb63ac5c160bc9aa7956746f33faf (patch)
tree260f0972726dc9d8957486f2e03773dac4a10afc /indra/llrender/llgl.h
parent7772ed0cb2ebf81d4e6b1a35dcffdfe88f6c1bcc (diff)
parent4623b822386accfae5907c88099c2a88377a0271 (diff)
Merge branch 'master' into DRTVWR-531
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index 966c4b3c77..a07e2d9bb0 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -142,9 +142,6 @@ public:
// Misc extensions
BOOL mHasSeparateSpecularColor;
- //whether this GPU is in the debug list.
- BOOL mDebugGPU;
-
S32 mDriverVersionMajor;
S32 mDriverVersionMinor;
S32 mDriverVersionRelease;
@@ -178,7 +175,6 @@ private:
void initExtensions();
void initGLStates();
void initGLImages();
- void setToDebugGPU();
};
extern LLGLManager gGLManager;