Properties

CC3OpenGLES11Platform Class Reference

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

#import <CC3OpenGLES11Platform.h>

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

List of all members.

Properties

CC3OpenGLES11StateTrackerIntegermaxClipPlanes
CC3OpenGLES11StateTrackerIntegermaxLights
CC3OpenGLES11StateTrackerIntegermaxTextureUnits

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 *) maxTextureUnits [read, write, retain]

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


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