Properties

CC3OpenGLES11Platform Class Reference

CC3OpenGLES11Platform manages trackers that read and remember platform characteristics, capabilities and limits. More...

#import <CC3OpenGLES11Platform.h>

Inheritance diagram for CC3OpenGLES11Platform:
CC3OpenGLES11StateTrackerManager CC3OpenGLES11StateTracker

List of all members.

Properties

CC3OpenGLES11StateTrackerIntegermaxClipPlanes
CC3OpenGLES11StateTrackerIntegermaxLights
CC3OpenGLES11StateTrackerIntegermaxTextureChannels

Detailed Description

CC3OpenGLES11Platform manages trackers that read and remember platform characteristics, capabilities and limits.

None of the platform trackers attempt to update any values.


Property Documentation

- (CC3OpenGLES11StateTrackerInteger *) maxClipPlanes [read, write, retain]

Reads the number of clip planes available, through GL parameter GL_MAX_CLIP_PLANES.

- (CC3OpenGLES11StateTrackerInteger *) maxLights [read, write, retain]

Reads the number of lights available, through GL parameter GL_MAX_LIGHTS.

- (CC3OpenGLES11StateTrackerInteger *) maxTextureChannels [read, write, retain]

Reads the number of texture channels available, through GL parameter GL_MAX_TEXTURE_UNITS.


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