Contents

MTLDataType.rgb10a2Unorm

A packed 32-bit format with three color components, each of which is a 10-bit, normalized, unsigned integer value.

Declaration

case rgb10a2Unorm

Discussion

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.

See Also

32-bit color integer types