23 #import <UIKit/UIKit.h>
48 - (
id)initWithFrame:(CGRect)frame cinderView:(UIView*)aCinderView app:(cinder::app::App*)aApp renderer:(cinder::app::RendererGl*)aRenderer sharedRenderer:(cinder::app::
RendererGlRef)sharedRenderer;
50 - (EAGLContext*)getEaglContext;
51 - (
void)makeCurrentContext;
53 - (
void)setFrameSize:(CGSize)newSize;
54 - (
void)defaultResize;
56 - (BOOL)needsDrawRect;
BOOL mUsingMsaa
Definition: AppImplCocoaTouchRendererGl.h:44
GLuint mViewRenderBuffer
Definition: AppImplCocoaTouchRendererGl.h:42
Definition: Renderer.h:147
std::shared_ptr< class RendererGl > RendererGlRef
Definition: Renderer.h:146
cinder::app::App * mApp
Definition: AppImplCocoaTouchRendererGl.h:31
GLuint mDepthRenderBuffer
Definition: AppImplCocoaTouchRendererGl.h:42
typedef void(APIENTRYP GLEEPFNGLBLENDCOLORPROC)(GLclampf red
GLint mPointsHeight
Definition: AppImplCocoaTouchRendererGl.h:39
unsigned int GLuint
Definition: gldx.h:55
GLuint mMsaaFramebuffer
Definition: AppImplCocoaTouchRendererGl.h:43
GLint mPointsWidth
Definition: AppImplCocoaTouchRendererGl.h:39
EAGLContext * mContext
Definition: AppImplCocoaTouchRendererGl.h:33
UIView * mCinderView
Definition: AppImplCocoaTouchRendererGl.h:32
GLuint mMsaaRenderBuffer
Definition: AppImplCocoaTouchRendererGl.h:43
GLint mBackingHeight
Definition: AppImplCocoaTouchRendererGl.h:36
int GLint
Definition: gldx.h:51
GLuint id
Definition: GLee.h:2035
GLuint mViewFramebuffer
Definition: AppImplCocoaTouchRendererGl.h:42
GLint mBackingWidth
Definition: AppImplCocoaTouchRendererGl.h:36
Definition: AppImplCocoaTouchRendererGl.h:28
int mMsaaSamples
Definition: AppImplCocoaTouchRendererGl.h:45
cinder::app::RendererGl * mRenderer
Definition: AppImplCocoaTouchRendererGl.h:30