Public Member Functions

CC3OpenGLES11StateTrackerManager Class Reference

An CC3OpenGLES11StateTracker that manages a number of other trackers. More...

#import <CC3OpenGLES11StateTracker.h>

Inheritance diagram for CC3OpenGLES11StateTrackerManager:
CC3OpenGLES11StateTracker CC3OpenGLES11ClientCapabilities CC3OpenGLES11Light CC3OpenGLES11Lighting CC3OpenGLES11Materials CC3OpenGLES11Matrices CC3OpenGLES11Platform CC3OpenGLES11ServerCapabilities CC3OpenGLES11State CC3OpenGLES11Textures CC3OpenGLES11VertexArrays

List of all members.

Public Member Functions

(void) - initializeTrackers
(id) - initMinimal

Detailed Description

This is an abstract class. Subclasses will define the specific managed trackers.

The open and close methods invoke the open and close methods of each of the managed trackers.


Member Function Documentation

- (void) initializeTrackers

Initializes the managed trackers.

Automatically invoked during instance initialization. The application should not invoke this method.

- (id) initMinimal

Initializes the instance without invoking the initializeTrackers method.

Automatically invoked when needed during subclass initialization. The application should not invoke this method.


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