Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Instance Methods | Protected Attributes | List of all members
AppImplCocoaTouchRendererGl Class Reference

#import <AppImplCocoaTouchRendererGl.h>

Inheritance diagram for AppImplCocoaTouchRendererGl:
[legend]

Instance Methods

(id- initWithFrame:cinderView:app:renderer:sharedRenderer:
 
(EAGLContext *) - getEaglContext
 
(void- makeCurrentContext
 
(void- flushBuffer
 
(void- setFrameSize:
 
(void- defaultResize
 
(BOOL) - needsDrawRect
 

Protected Attributes

cinder::app::RendererGlmRenderer
 
cinder::app::AppmApp
 
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
 

Method Documentation

- (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

Member Data Documentation

- app:
protected
- app:
protected
- (UIView*) mCinderView
protected
- (EAGLContext*) mContext
protected
- (GLint) mBackingWidth
protected
- (GLint) mBackingHeight
protected
- (GLint) mPointsWidth
protected
- (GLint) mPointsHeight
protected
- (GLuint) mViewFramebuffer
protected
- (GLuint) mViewRenderBuffer
protected
- (GLuint) mDepthRenderBuffer
protected
- (GLuint) mMsaaFramebuffer
protected
- (GLuint) mMsaaRenderBuffer
protected
- (BOOL) mUsingMsaa
protected
- (int) mMsaaSamples
protected

The documentation for this class was generated from the following files: