|
virtual | ~CCConfiguration (void) |
int | getMaxTextureSize (void) const |
| OpenGL Max texture size. More...
|
|
var | getMaxTextureSize () |
| OpenGL Max texture size. More...
|
|
local | getMaxTextureSize () |
| OpenGL Max texture size. More...
|
|
int | getMaxModelviewStackDepth (void) const |
| OpenGL Max Modelview Stack Depth. More...
|
|
var | getMaxModelviewStackDepth () |
| OpenGL Max Modelview Stack Depth. More...
|
|
local | getMaxModelviewStackDepth () |
| OpenGL Max Modelview Stack Depth. More...
|
|
int | getMaxTextureUnits (void) const |
| returns the maximum texture units More...
|
|
var | getMaxTextureUnits () |
| returns the maximum texture units More...
|
|
local | getMaxTextureUnits () |
| returns the maximum texture units More...
|
|
bool | supportsNPOT (void) const |
| Whether or not the GPU supports NPOT (Non Power Of Two) textures. More...
|
|
var | supportsNPOT () |
| Whether or not the GPU supports NPOT (Non Power Of Two) textures. More...
|
|
local | supportsNPOT () |
| Whether or not the GPU supports NPOT (Non Power Of Two) textures. More...
|
|
bool | supportsPVRTC (void) const |
| Whether or not PVR Texture Compressed is supported. More...
|
|
bool | supportsBGRA8888 (void) const |
| Whether or not BGRA8888 textures are supported. More...
|
|
var | supportsBGRA8888 () |
| Whether or not BGRA8888 textures are supported. More...
|
|
local | supportsBGRA8888 () |
| Whether or not BGRA8888 textures are supported. More...
|
|
bool | supportsDiscardFramebuffer (void) const |
| Whether or not glDiscardFramebufferEXT is supported. More...
|
|
var | supportsDiscardFramebuffer () |
| Whether or not glDiscardFramebufferEXT is supported. More...
|
|
local | supportsDiscardFramebuffer () |
| Whether or not glDiscardFramebufferEXT is supported. More...
|
|
bool | supportsShareableVAO (void) const |
| Whether or not shareable VAOs are supported. More...
|
|
var | supportsShareableVAO () |
| Whether or not shareable VAOs are supported. More...
|
|
local | supportsShareableVAO () |
| Whether or not shareable VAOs are supported. More...
|
|
bool | checkForGLExtension (const std::string &searchName) const |
| returns whether or not an OpenGL is supported More...
|
|
var | checkForGLExtension ( var searchName) |
| returns whether or not an OpenGL is supported More...
|
|
local | checkForGLExtension ( local searchName) |
| returns whether or not an OpenGL is supported More...
|
|
bool | init (void) |
var | init () |
local | init () |
const char * | getCString (const char *key, const char *default_value=NULL) const |
| returns the value of a given key as a string. More...
|
|
bool | getBool (const char *key, bool default_value=false) const |
| returns the value of a given key as a boolean. More...
|
|
local | getBool ( local key, local false) |
| returns the value of a given key as a boolean. More...
|
|
double | getNumber (const char *key, double default_value=0.0) const |
| returns the value of a given key as a double. More...
|
|
var | getNumber ( var key, var 0) |
| returns the value of a given key as a double. More...
|
|
local | getNumber ( local key, local 0) |
| returns the value of a given key as a double. More...
|
|
CCObject * | getObject (const char *key) const |
| returns the value of a given key as a double More...
|
|
local | getObject ( local key) |
| returns the value of a given key as a double More...
|
|
void | setObject (const char *key, CCObject *value) |
| sets a new key/value pair in the configuration dictionary More...
|
|
var | setObject ( var key, var value) |
| sets a new key/value pair in the configuration dictionary More...
|
|
local | setObject ( local key, local value) |
| sets a new key/value pair in the configuration dictionary More...
|
|
void | dumpInfo (void) const |
| dumps the current configuration on the console More...
|
|
void | gatherGPUInfo (void) |
| gathers OpenGL / GPU information More...
|
|
var | gatherGPUInfo () |
| gathers OpenGL / GPU information More...
|
|
local | gatherGPUInfo () |
| gathers OpenGL / GPU information More...
|
|
void | loadConfigFile (const char *filename) |
| Loads a config file. More...
|
|
local | loadConfigFile ( local filename) |
| Loads a config file. More...
|
|
| CCObject (void) |
virtual | ~CCObject (void) |
void | release (void) |
void | retain (void) |
CCObject * | autorelease (void) |
CCObject * | copy (void) |
bool | isSingleReference (void) const |
unsigned int | retainCount (void) const |
virtual bool | isEqual (const CCObject *pObject) |
virtual void | acceptVisitor (CCDataVisitor &visitor) |
virtual void | update (float dt) |
virtual CCObject * | copyWithZone (CCZone *pZone) |