java - why are all the opengl enums hexadecimal? -
java - why are all the opengl enums hexadecimal? -
why opengl enums hexidecimal?
example:
gl_max_vertex_uniform_components = 0x8b4a
the enums used parameters in gl functions. question is, why parameters hexidecimal ?
not sure in case, in cases matters bits set, using hexadecimal easier figure out bits set.
java opengl enums hex
Comments
Post a Comment