Vuo  2.3.2
Macros | Enumerations | Functions
VuoVertexAttribute.h File Reference

Description

VuoVertexAttribute C type definition.

Definition in file VuoVertexAttribute.h.

Go to the source code of this file.

Enumerations

enum  VuoVertexAttribute {
  VuoVertexAttribute_Position , VuoVertexAttribute_Normal , VuoVertexAttribute_Tangent , VuoVertexAttribute_Bitangent ,
  VuoVertexAttribute_TextureCoordinateChecker , VuoVertexAttribute_TextureCoordinateGradient
}
 Data associated with a vertex of a 3D mesh. More...
 

Functions

VuoVertexAttribute VuoVertexAttribute_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object. More...
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value. More...
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal. More...
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB. More...
 
VuoVertexAttribute VuoVertexAttribute_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoVertexAttribute_getString (const VuoVertexAttribute value)
 Automatically generated function. More...
 
void VuoVertexAttribute_retain (VuoVertexAttribute value)
 Automatically generated function. More...
 
void VuoVertexAttribute_release (VuoVertexAttribute value)
 Automatically generated function. More...
 
#define VuoList_VuoVertexAttribute_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoVertexAttribute
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoVertexAttribute_TYPE_DEFINED

#define VuoList_VuoVertexAttribute_TYPE_DEFINED

List type.

Definition at line 14 of file VuoVertexAttribute.h.

Typedef Documentation

◆ VuoList_VuoVertexAttribute

List type.

Definition at line 13 of file VuoVertexAttribute.h.