caseFloat32
; //
Each element in the vector is a 32-bit floating point value.
caseInt8
; //
Each element in the vector is an 8-bit integer value.
casePackedBit
; //
Each element in the vector is a 1-bit value. When creating vectors of this
type, you may pass either bool or 1-bit int values, i.e. 0 or 1.