From 352d4dbfb24c65f327759c00c7db7d30a9482e35 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 10 May 2004 18:16:03 +0000 Subject: Add EXT_vertex_cull support to mesa --- src/mesa/math/m_xform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h index 5c96cea3d5..63f1062fc8 100644 --- a/src/mesa/math/m_xform.h +++ b/src/mesa/math/m_xform.h @@ -98,6 +98,7 @@ _math_init_transformation(void); #define CLIP_NEAR_BIT 0x10 #define CLIP_FAR_BIT 0x20 #define CLIP_USER_BIT 0x40 +#define CLIP_CULL_BIT 0x80 #define CLIP_ALL_BITS 0x3f -- cgit v1.2.3