Update of /cvsroot/libufo/ufo-0.5/include/ufo/gl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16046/include/ufo/gl
Modified Files:
ugl_prototypes.hpp
Log Message:
Added correct cull face to GL attributes.
Index: ugl_prototypes.hpp
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/gl/ugl_prototypes.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ugl_prototypes.hpp 21 May 2005 15:18:53 -0000 1.7
--- ugl_prototypes.hpp 15 Sep 2005 16:34:44 -0000 1.8
***************
*** 92,96 ****
UFO_GL_PROC_UNUSED(void,glCopyTexSubImage1D,(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width))
UFO_GL_PROC_UNUSED(void,glCopyTexSubImage2D,(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height))
! UFO_GL_PROC_UNUSED(void,glCullFace,(GLenum mode))
UFO_GL_PROC(void,glDeleteLists,(GLuint list, GLsizei range))
UFO_GL_PROC(void,glDeleteTextures,(GLsizei n, const GLuint *textures))
--- 92,96 ----
UFO_GL_PROC_UNUSED(void,glCopyTexSubImage1D,(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width))
UFO_GL_PROC_UNUSED(void,glCopyTexSubImage2D,(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height))
! UFO_GL_PROC(void,glCullFace,(GLenum mode))
UFO_GL_PROC(void,glDeleteLists,(GLuint list, GLsizei range))
UFO_GL_PROC(void,glDeleteTextures,(GLsizei n, const GLuint *textures))
|