#import <AppImplCocoaTouchRendererGl.h>
Public Member Functions | |
| (id) | - initWithFrame:cinderView:app:renderer: |
| (void) | - allocateGraphics |
| (void) | - layoutSubviews |
| (void) | - makeCurrentContext |
| (void) | - flushBuffer |
| (void) | - setFrameSize: |
| (void) | - defaultResize |
| (BOOL) | - needsDrawRect |
Protected Attributes | |
| cinder::app::RendererGl * | renderer |
| cinder::app::App * | app |
| UIView * | cinderView |
| EAGLContext * | context |
| GLint | backingWidth |
| GLint | backingHeight |
| GLuint | defaultFramebuffer |
| GLuint | colorRenderbuffer |
| GLuint | depthRenderbuffer |
| - (id) initWithFrame: | (CGRect) | frame | ||
| cinderView: | (UIView*) | aCinderView | ||
| app: | (cinder::app::App*) | aApp | ||
| renderer: | (cinder::app::RendererGl*) | aRenderer | ||
| - (void) allocateGraphics |
| - (void) layoutSubviews |
| - (void) makeCurrentContext |
| - (void) flushBuffer |
| - (void) setFrameSize: | (CGSize) | newSize |
| - (void) defaultResize |
| - (BOOL) needsDrawRect |
- cinder: [protected] |
- cinder: [protected] |
- (UIView*) cinderView [protected] |
- (EAGLContext*) context [protected] |
- (GLint) backingWidth [protected] |
- (GLint) backingHeight [protected] |
- (GLuint) defaultFramebuffer [protected] |
- (GLuint) colorRenderbuffer [protected] |
- (GLuint) depthRenderbuffer [protected] |