Specification for Enable(), Disable() functions?

Could anyone tell me where in the OpenGL ES specification (version 2.0.25) to find a description of the Enable() and Disable() functions? IsEnabled() is there in section 6.1.1, and there are scattered definitions of enumerated value names that can be passed to Enable() and Disable(), but I cannot find a description of those functions themselves.

It would be pretty easy to guess, based on the similarities with non-ES OpenGL, but it would also be nice to have a table that lists in one place the enum values supported by Enable() and Disable().

It probably would be easiest to refer to the reference pages:
http://www.khronos.org/opengles/sdk/docs/man/

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.