How about some constants for GLboolean

GL_TRUE and GL_FALSE. what do you say?

[This message has been edited by grady (edited 06-29-2001).]

Originally posted by grady:
GL_TRUE and GL_FALSE. what do you say?

Are you joking ?

I thought it would be nice to have for compiling the same program on different compilers.

siigron@sii:/usr/X11R6/include/GL$ grep GL_FALSE gl.h
#define GL_FALSE 0x0
siigron@sii:/usr/X11R6/include/GL$ grep GL_TRUE gl.h
#define GL_TRUE 0x1

Well, thats that.