Classes

CC3OpenGLES11State.h File Reference

#import "CC3OpenGLES11StateTracker.h"

Classes

class  CC3OpenGLES11State
 CC3OpenGLES11State manages trackers that read and remember OpenGL ES 1.1 state and restore that state when the close method is invoked. More...
class  CC3OpenGLES11StateTrackerPointParameterFloat
 CC3OpenGLES11StateTrackerPointParameterFloat tracks a float GL point parameter state value. More...
class  CC3OpenGLES11StateTrackerPointParameterVector
 CC3OpenGLES11StateTrackerPointParameterVector tracks a 3D vector GL point parameter state value. More...
class  CC3OpenGLES11StateTrackerPolygonOffset
 CC3OpenGLES11StateTrackerPolygonOffset is a type of CC3OpenGLES11StateTrackerComposite that tracks the polygon offset factor and units GL state values. More...
class  CC3OpenGLES11StateTrackerStencilFunction
 CC3OpenGLES11StateTrackerStencilFunction is a type of CC3OpenGLES11StateTrackerComposite that tracks the stencil function, reference and mask GL state values. More...
class  CC3OpenGLES11StateTrackerStencilOperation
 CC3OpenGLES11StateTrackerStencilOperation is a type of CC3OpenGLES11StateTrackerComposite that tracks the stencil operations that occur when the stencil test fails, the depth test fails, and the depth test passes. More...

Detailed Description