What is the difference between
Code:
GLfloat and GLclampf
and
Code:
GLdouble and GLclampd
and isn't GLboolean == to an GLubyte. So it isn't really a boolean right? and is there a difference between
Code:
GLuint and GLenum and GLbitfield
I am just bored reading throught The OpenGl Programming guide and came across the table on chapter one. Thank you