View Full Version : How about some constants for GLboolean
grady
06-29-2001, 08:59 PM
GL_TRUE and GL_FALSE. what do you say?
[This message has been edited by grady (edited 06-29-2001).]
Michail Bespalov
06-29-2001, 11:45 PM
Originally posted by grady:
GL_TRUE and GL_FALSE. what do you say?
Are you joking ?
grady
06-30-2001, 12:41 PM
I thought it would be nice to have for compiling the same program on different compilers.
Siigron
06-30-2001, 04:30 PM
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
grady
06-30-2001, 05:21 PM
Well, thats that. http://www.opengl.org/discussion_boards/ubb/redface.gif
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.