AttributeType
Description:
public enum AttributeType
Data types for the components of a vertex attribute.
Content:
Enum values:
- BYTE - Data is the same size of a byte
- UNSIGNED_BYTE - Data is the same
size of an unsigned byte
- SHORT - Data is the same size of a short
integer
- UNSIGNED_SHORT - Data is the same
size of an unsigned short integer
- FLOAT - Data is the same size of a float