CC3OpenGLES11StateTrackerTexEnvColor Class Reference

CC3OpenGLES11StateTrackerTexEnvColor tracks a color GL state value for the texture environment. More...

#import <CC3OpenGLES11Textures.h>

Inheritance diagram for CC3OpenGLES11StateTrackerTexEnvColor:
Inheritance graph
[legend]
Collaboration diagram for CC3OpenGLES11StateTrackerTexEnvColor:
Collaboration graph
[legend]

List of all members.


Detailed Description

CC3OpenGLES11StateTrackerTexEnvColor tracks a color GL state value for the texture environment.

This implementation uses GL function glGetTexEnvfv to read the value from the GL engine, and GL function glTexEnvfv to set the value in the GL engine.

The originalValueHandling property is set to kCC3GLESStateOriginalValueIgnore, which will not read the GL value from the GL engine in the open method, and will not restore the value in the close method.


The documentation for this class was generated from the following file: