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

Description

VuoGlContext implementation.

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.