25 #import <Cocoa/Cocoa.h>
38 - (
id)initWithFrame:(NSRect)frame cinderView:(NSView*)aCinderView app:(cinder::app::App*)aApp;
41 - (NSBitmapImageRep*)getContents:(cinder::Area)area;
43 - (
void)makeCurrentContext;
45 - (
void)setFrameSize:(CGSize)newSize;
46 - (
void)defaultResize;
48 - (CGContextRef)getCGContextRef;
CGContextRef currentRef
Definition: AppImplCocoaRendererQuartz.h:32
NSGraphicsContext * currentGraphicsContext
Definition: AppImplCocoaRendererQuartz.h:34
typedef void(APIENTRYP GLEEPFNGLBLENDCOLORPROC)(GLclampf red
cinder::app::App * app
Definition: AppImplCocoaRendererQuartz.h:35
Definition: AppImplCocoaRendererQuartz.h:30
NSView * view
Definition: AppImplCocoaRendererQuartz.h:33
GLuint id
Definition: GLee.h:2035
Definition: CinderView.h:54