AttributeType
Description:
[ CCode ( cprefix = "COGL_ATTRIBUTE_TYPE_" , has_type_id = false ) ]
public enum AttributeType
Data types for the components of a vertex attribute.
Content:
Enum values:
- BYTE - Data is the same size of a byte
- FLOAT - Data is the same size of a float
- SHORT - Data is the same size of a short
integer
- UNSIGNED_BYTE - Data is the same
size of an unsigned byte
- UNSIGNED_SHORT - Data is the same
size of an unsigned short integer