Cogl.AttributeType
Data types for the components of a vertex attribute.
Since 1.0
- AttributeType.BYTE
Data is the same size of a byte
- AttributeType.UNSIGNED_BYTE
Data is the same size of an unsigned byte
- AttributeType.SHORT
Data is the same size of a short integer
- AttributeType.UNSIGNED_SHORT
Data is the same size of an unsigned short integer
- AttributeType.FLOAT
Data is the same size of a float