summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2010-10-27 11:03:39 +0100
committerTofu Buzzard <no-email>2010-10-27 11:03:39 +0100
commit179e9e37ecbdcd1ad2133733047707ddd42e8c30 (patch)
treedb3d1d07ea7e2c769562eeb2f5ad09587df376f6 /indra/llrender/llgl.h
parent26700e0d40c5f650e713f5209dd80b5df84b2b5a (diff)
parent8947724baa6d595844daeee2f18c865d1886acc5 (diff)
merge from viewer-development.
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r--indra/llrender/llgl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index 5e8965c06a..b0decc1499 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -92,6 +92,7 @@ public:
BOOL mHasOcclusionQuery;
BOOL mHasPointParameters;
BOOL mHasDrawBuffers;
+ BOOL mHasDepthClamp;
BOOL mHasTextureRectangle;
// Other extensions.
@@ -315,11 +316,11 @@ private:
leaves this class.
Does not stack.
*/
-class LLGLClampToFarClip
+class LLGLSquashToFarClip
{
public:
- LLGLClampToFarClip(glh::matrix4f projection);
- ~LLGLClampToFarClip();
+ LLGLSquashToFarClip(glh::matrix4f projection);
+ ~LLGLSquashToFarClip();
};
/*