Vuo  0.4.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoImage.h File Reference

Description

VuoImage C type definition.

Classes

struct  _VuoImage
 An image residing in GPU memory (GL Texture Object). More...
 

Typedefs

typedef struct _VuoImageVuoImage
 An image residing in GPU memory (GL Texture Object).
 

Functions

VuoImage VuoImage_join (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.