MTLDataType.rgb10a2Unorm
A packed 32-bit format with three color components, each of which is a 10-bit, normalized, unsigned integer value.
Declaration
case rgb10a2UnormDiscussion
The color components are in RGBA order, which stands for red, green, blue, and alpha. The red, green, and blue components each have 10 bits, and the alpha component has 2 bits.