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

CC3OpenGLES11StateTrackerPlatformIntegermaxClipPlanes
CC3OpenGLES11StateTrackerPlatformIntegermaxLights
CC3OpenGLES11StateTrackerPlatformIntegermaxPaletteMatrices
CC3OpenGLES11StateTrackerPlatformIntegermaxPixelSamples
CC3OpenGLES11StateTrackerPlatformIntegermaxTextureUnits
CC3OpenGLES11StateTrackerPlatformIntegermaxVertexUnits

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

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

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

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

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

- (CC3OpenGLES11StateTrackerPlatformInteger *) maxPaletteMatrices [read, write, retain]

Reads the number of palette matrices available, through GL parameter GL_MAX_PALETTE_MATRICES_OES.

- (CC3OpenGLES11StateTrackerPlatformInteger *) maxPixelSamples [read, write, retain]

Reads the number of vertex units available, through GL parameter GL_MAX_SAMPLES_APPLE.

- (CC3OpenGLES11StateTrackerPlatformInteger *) maxTextureUnits [read, write, retain]

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

- (CC3OpenGLES11StateTrackerPlatformInteger *) maxVertexUnits [read, write, retain]

Reads the number of vertex units available, through GL parameter GL_MAX_VERTEX_UNITS_OES.


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