Cinder  0.9.1
Instance Methods | Protected Attributes | List of all members
RendererImplGlCocoaTouch Class Reference

#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::RendererGlmRenderer
 
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
 

Method Documentation

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

Member Data Documentation

- app:
protected
- (UIView*) mCinderView
protected
- (EAGLContext*) mContext
protected
- gl:
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
- (GLint) mColorInternalFormat
protected
- (GLint) mDepthInternalFormat
protected
- (BOOL) mUsingMsaa
protected
- (BOOL) mUsingStencil
protected
- (BOOL) mObjectTracking
protected
- (int) mMsaaSamples
protected

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