Ver código fonte

replaced glGetMinMax() with glGetMinmax()

tags/mesa_3_1
Brian Paul 26 anos atrás
pai
commit
251ba69ffc
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      include/GL/gl.h

+ 2
- 2
include/GL/gl.h Ver arquivo

@@ -1,4 +1,4 @@
/* $Id: gl.h,v 1.8 1999/09/19 02:03:18 tjump Exp $ */
/* $Id: gl.h,v 1.9 1999/10/15 21:59:23 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -2107,7 +2107,7 @@ GLAPI void GLAPIENTRY glMinmax( GLenum target, GLenum internalformat,

GLAPI void GLAPIENTRY glResetMinmax( GLenum target );

GLAPI void GLAPIENTRY glGetMinMax( GLenum target, GLboolean reset,
GLAPI void GLAPIENTRY glGetMinmax( GLenum target, GLboolean reset,
GLenum format, GLenum types,
GLvoid *values );


Carregando…
Cancelar
Salvar