cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCShaderCache Class Reference

#import <CCShaderCache.h>

List of all members.

Public Member Functions

(void) - loadDefaultShaders
(CCGLProgram *) - programForKey:
(void) - addProgram:forKey:

Static Public Member Functions

(CCShaderCache *) + sharedShaderCache
(void) + purgeSharedShaderCache

Protected Attributes

NSMutableDictionary * _programs

Detailed Description

CCShaderCache Singleton that stores manages GL shaders

Since:
v2.0

Member Function Documentation

- (void) addProgram: (CCGLProgram *)  program
forKey: (NSString *)  key 

adds a CCGLProgram to the cache for a given name

loads the default shaders

- (CCGLProgram *) programForKey: (NSString *)  key

returns a GL program for a given key

purges the cache. It releases the retained instance.

returns the shared instance


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