11 #import <Cocoa/Cocoa.h> 15 - (id)initWithFrame:(NSRect)frameRect;
16 - (CGLContextObj)getGLContextObj;
void Update()
Update the current OpenGL context (view is set before updating)
Definition: OSXGLView.mm:197
void NotifyContext()
Application renders out of the NSOpenGLView drawRect (on a different thread).
Definition: OSXGLView.mm:204
void FlushBuffer()
Copies the back buffer to the front buffer of the OpenGL context.
Definition: OSXGLView.mm:213
Definition: OSXGLView.h:13
BOOL glContextOwned
Specifies if the glContext is currently owned by the view.
Definition: OSXGLView.h:36