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/main/clip.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mesa/main/clip.h') diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h index 9442e86439..d53afb45bd 100644 --- a/src/mesa/main/clip.h +++ b/src/mesa/main/clip.h @@ -39,4 +39,11 @@ _mesa_ClipPlane( GLenum plane, const GLdouble *equation ); extern void GLAPIENTRY _mesa_GetClipPlane( GLenum plane, GLdouble *equation ); +extern void GLAPIENTRY +_mesa_CullParameterfvEXT (GLenum cap, GLfloat *v); + +extern void GLAPIENTRY +_mesa_CullParameterdvEXT (GLenum cap, GLdouble *v); + + #endif -- cgit v1.2.3