Vuo  0.4.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoImage.c File Reference

Description

VuoImage implementation.

Functions

void VuoImage_free (void *texture)
 Decrements the retain count of the OpenGL Texture Object associated with the specified VuoImage, and frees the texture VuoImage struct.
 
VuoImage VuoImage_make (unsigned int glTextureName, unsigned long int pixelsWide, unsigned long int pixelsHigh)
 Returns a new VuoImage structure containing the specified values.
 
VuoImage VuoImage_valueFromString (const char *initializer)
 Parses initializer, a GL Texture represented as a JSON C string, and returns a VuoImage structure.
 
char * VuoImage_stringFromValue (const VuoImage value)
 Returns a JSON string representing the specified texture, in the same format as typeInitWithValue.
 
char * VuoImage_summaryFromValue (const VuoImage value)
 A brief summary of the contents of this texture.