Do they use 32 bits? I would assume not because there are more than 32 states.
Am I correct when I say that variables created in opengl for states are initialized using this method:
GLenum state_polygon{GL_POLYGON_SMOOTH, GL_POLYGON_STIPPLE};
Or does it look like this:
GLenum states{all state variables};



.


