#import <AppImplCocoaTouchRendererGl.h>
Instance Methods | |
(id) | - initWithFrame:cinderView:app:renderer:sharedRenderer: |
(EAGLContext *) | - getEaglContext |
(void) | - makeCurrentContext |
(void) | - flushBuffer |
(void) | - setFrameSize: |
(void) | - defaultResize |
(BOOL) | - needsDrawRect |
Protected Attributes | |
cinder::app::RendererGl * | mRenderer |
cinder::app::App * | mApp |
UIView * | mCinderView |
EAGLContext * | mContext |
GLint | mBackingWidth |
GLint | mBackingHeight |
GLint | mPointsWidth |
GLint | mPointsHeight |
GLuint | mViewFramebuffer |
GLuint | mViewRenderBuffer |
GLuint | mDepthRenderBuffer |
GLuint | mMsaaFramebuffer |
GLuint | mMsaaRenderBuffer |
BOOL | mUsingMsaa |
int | mMsaaSamples |
- (id) initWithFrame: | (CGRect) | frame | |
cinderView: | (UIView*) | aCinderView | |
app: | (cinder::app::App*) | aApp | |
renderer: | (cinder::app::RendererGl*) | aRenderer | |
sharedRenderer: | (cinder::app::RendererGlRef) | sharedRenderer | |
- (EAGLContext *) getEaglContext |
- (void) makeCurrentContext |
- (void) flushBuffer |
- (void) setFrameSize: | (CGSize) | newSize |
- (void) defaultResize |
- (BOOL) needsDrawRect |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |