|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.koboldtouch.com developers
|
Additional Inherited Members | |
| Instance Methods inherited from CCGLView | |
| (id) | - initWithFrame: |
| (id) | - initWithFrame:pixelFormat: |
| (id) | - initWithFrame:pixelFormat:depthFormat:preserveBackbuffer:sharegroup:multiSampling:numberOfSamples: |
| (void) | - swapBuffers |
| (void) | - lockOpenGLContext |
| (void) | - unlockOpenGLContext |
| (CGPoint) | - convertPointFromViewToSurface: |
| (CGRect) | - convertRectFromViewToSurface: |
| Class Methods inherited from CCGLView | |
| (id) | + viewWithFrame: |
| (id) | + viewWithFrame:pixelFormat: |
| (id) | + viewWithFrame:pixelFormat:depthFormat: |
| (id) | + viewWithFrame:pixelFormat:depthFormat:preserveBackbuffer:sharegroup:multiSampling:numberOfSamples: |
| Protected Attributes inherited from CCGLView | |
| id< CCESRenderer > | _renderer |
| EAGLContext * | _context |
| NSString * | _pixelformat |
| GLuint | _depthFormat |
| BOOL | _preserveBackbuffer |
| CGSize | _size |
| BOOL | _discardFramebufferSupported |
| id< CCTouchDelegate > | _touchDelegate |
| BOOL | _multisampling |
| unsigned int | _requestedSamples |
| Properties inherited from CCGLView | |
| NSString * | pixelFormat |
| GLuint | depthFormat |
| CGSize | surfaceSize |
| EAGLContext * | context |
| BOOL | multiSampling |
| id< CCTouchDelegate > | touchDelegate |