Merge branch 'V2MultiWear' of git://github.com/Shyotl/SingularityViewer

This commit is contained in:
Lirusaito
2012-07-16 17:10:01 -04:00
6 changed files with 34 additions and 70 deletions

View File

@@ -104,11 +104,7 @@ public:
BOOL mHasDrawBuffers;
BOOL mHasDepthClamp;
BOOL mHasTextureRectangle;
BOOL mHasTextureMultisample;
BOOL mHasTransformFeedback;
S32 mMaxSampleMaskWords;
S32 mMaxColorTextureSamples;
S32 mMaxDepthTextureSamples;
S32 mMaxIntegerSamples;
// Other extensions.
@@ -155,7 +151,6 @@ public:
void printGLInfoString();
void getGLInfo(LLSD& info);
U32 getNumFBOFSAASamples(U32 desired_samples = 32);
// In ALL CAPS
std::string mGLVendor;
std::string mGLVendorShort;