Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedefs | Functions
VuoGlContext.h File Reference

Description

VuoGlContext C type definition.

Typedefs

typedef void * VuoGlContext
 A framebuffer and state for GL rendering.
 

Functions

VuoGlContext VuoGlContext_valueFromString (const char *initializer)
 Parses the C string initializer, expected to contain a hexidecimal context pointer, to create a new VuoGlContext.
 
char * VuoGlContext_stringFromValue (const VuoGlContext value)
 Serializes value as a C string.
 
char * VuoGlContext_summaryFromValue (const VuoGlContext value)
 Same as VuoGlContext_stringFromValue() — always shows the full value, since it's guaranteed to be pretty short.