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

Description

VuoGlTexture C type definition.

Classes

struct  VuoGlTexture
 A GL texture object. More...
 

Functions

VuoGlTexture VuoGlTexture_valueFromString (const char *initializer)
 Parses initializer, a GL Texture represented as a JSON C string, and returns a VuoGlTexture structure.
 
char * VuoGlTexture_stringFromValue (const VuoGlTexture value)
 Returns a JSON string representing the specified texture, in the same format as typeInitWithValue.
 
char * VuoGlTexture_summaryFromValue (const VuoGlTexture value)
 A brief summary of the contents of this texture.