![]() |
Cinder
0.9.1
|
#import <RendererImplGlCocoaTouch.h>
Inherits NSObject.
Instance Methods | |
(id) | - initWithFrame:cinderView:renderer:sharedRenderer: |
(EAGLContext *) | - getEaglContext |
(void) | - makeCurrentContext: |
(void) | - flushBuffer |
(void) | - setFrameSize: |
(void) | - defaultResize |
(BOOL) | - needsDrawRect |
Protected Attributes | |
cinder::app::RendererGl * | mRenderer |
UIView * | mCinderView |
EAGLContext * | mContext |
cinder::gl::ContextRef | mCinderContext |
GLint | mBackingWidth |
GLint | mBackingHeight |
GLint | mPointsWidth |
GLint | mPointsHeight |
GLuint | mViewFramebuffer |
GLuint | mViewRenderbuffer |
GLuint | mDepthRenderbuffer |
GLuint | mMsaaFramebuffer |
GLuint | mMsaaRenderbuffer |
GLint | mColorInternalFormat |
GLint | mDepthInternalFormat |
BOOL | mUsingMsaa |
BOOL | mUsingStencil |
BOOL | mObjectTracking |
int | mMsaaSamples |
- (id) initWithFrame: | (CGRect) | frame | |
cinderView: | (UIView *) | cinderView | |
renderer: | (cinder::app::RendererGl *) | renderer | |
sharedRenderer: | (cinder::app::RendererGlRef) | sharedRenderer | |
- (EAGLContext *) getEaglContext |
- (void) makeCurrentContext: | (bool) | force |
- (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 |
|
protected |
|
protected |
|
protected |
|
protected |