VertexElementType
Vertex element type enumeration
Entries
MATRIX44_FLOAT32
Link copied to clipboard
MATRIX44_FLOAT32(16, 16 * 4)
Content copied to clipboard
32 bit float, or single precision float 4x4 matrix
MATRIX33_FLOAT32
Link copied to clipboard
MATRIX33_FLOAT32(9, 9 * 4)
Content copied to clipboard
32 bit float, or single precision float 3x3 matrix
MATRIX22_FLOAT32
Link copied to clipboard
MATRIX22_FLOAT32(4, 4 * 4)
Content copied to clipboard
32 bit float, or single precision float 2x2 matrix
VECTOR4_FLOAT32
Link copied to clipboard
VECTOR4_FLOAT32(4, 16)
Content copied to clipboard
32 bit float, or single precision float 4-component vector
VECTOR3_FLOAT32
Link copied to clipboard
VECTOR3_FLOAT32(3, 12)
Content copied to clipboard
32 bit float, or single precision float 3-component vector
VECTOR2_FLOAT32
Link copied to clipboard
VECTOR2_FLOAT32(2, 8)
Content copied to clipboard
32 bit float, or single precision float 2-component vector
VECTOR4_INT32
Link copied to clipboard
VECTOR4_INT32(4, 16)
Content copied to clipboard
VECTOR4_UINT32
Link copied to clipboard
VECTOR4_UINT32(4, 16)
Content copied to clipboard
VECTOR4_INT16
Link copied to clipboard
VECTOR4_INT16(4, 8)
Content copied to clipboard
VECTOR4_UINT16
Link copied to clipboard
VECTOR4_UINT16(4, 8)
Content copied to clipboard
VECTOR4_INT8
Link copied to clipboard
VECTOR4_INT8(4, 4)
Content copied to clipboard
VECTOR4_UINT8
Link copied to clipboard
VECTOR4_UINT8(3, 3)
Content copied to clipboard
VECTOR3_INT32
Link copied to clipboard
VECTOR3_INT32(3, 12)
Content copied to clipboard
VECTOR3_UINT32
Link copied to clipboard
VECTOR3_UINT32(3, 12)
Content copied to clipboard
VECTOR3_INT16
Link copied to clipboard
VECTOR3_INT16(3, 6)
Content copied to clipboard
VECTOR3_UINT16
Link copied to clipboard
VECTOR3_UINT16(3, 6)
Content copied to clipboard
VECTOR3_INT8
Link copied to clipboard
VECTOR3_INT8(3, 3)
Content copied to clipboard
VECTOR3_UINT8
Link copied to clipboard
VECTOR3_UINT8(3, 3)
Content copied to clipboard
VECTOR2_INT32
Link copied to clipboard
VECTOR2_INT32(2, 8)
Content copied to clipboard
VECTOR2_UINT32
Link copied to clipboard
VECTOR2_UINT32(2, 8)
Content copied to clipboard
VECTOR2_INT16
Link copied to clipboard
VECTOR2_INT16(2, 4)
Content copied to clipboard
VECTOR2_UINT16
Link copied to clipboard
VECTOR2_UINT16(2, 4)
Content copied to clipboard
VECTOR2_INT8
Link copied to clipboard
VECTOR2_INT8(2, 2)
Content copied to clipboard
VECTOR2_UINT8
Link copied to clipboard
VECTOR2_UINT8(2, 2)
Content copied to clipboard