Vuo  0.4.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Protected Attributes | Properties | List of all members
VuoWindowOpenGLView Class Reference

Description

Helper for VuoWindowOpenGLInternal.

Protected Attributes

void(* resizeCallback )(void *, unsigned int width, unsigned int height)
 Updates the OpenGL context when the view is resized.
 
void(* drawCallback )(void *)
 Draws onto the OpenGL context.
 
void * drawContext
 Argument to pass to callbacks (e.g. node instance data).
 

Properties

VuoWindowOpenGLInternalglWindow
 The parent window; allows the view to access it while full-screen.
 

Member Data Documentation

- (void(* drawCallback)(void *))
protected

Draws onto the OpenGL context.

- (void*) drawContext
protected

Argument to pass to callbacks (e.g. node instance data).

- (void(* resizeCallback)(void *, unsigned int width, unsigned int height))
protected

Updates the OpenGL context when the view is resized.

Property Documentation

- (VuoWindowOpenGLInternal*) glWindow
readwriteatomicretain

The parent window; allows the view to access it while full-screen.


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