Ordinary format with one 32-bit floating-point component.
SDKs
- iOS 8.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Metal
Declaration
case r32Float = 55
Ordinary format with one 32-bit floating-point component.
SDKs
Framework
case r32Float = 55
case r32Uint
Ordinary format with one 32-bit unsigned integer component.
case r32Sint
Ordinary format with one 32-bit signed integer component.
case rg16Unorm
Ordinary format with two 16-bit normalized unsigned integer components.
case rg16Snorm
Ordinary format with two 16-bit normalized signed integer components.
case rg16Uint
Ordinary format with two 16-bit unsigned integer components.
case rg16Sint
Ordinary format with two 16-bit signed integer components.
case rg16Float
Ordinary format with two 16-bit floating-point components.
case rgba8Unorm
Ordinary format with four 8-bit normalized unsigned integer components in RGBA order.
case rgba8Unorm _srgb
Ordinary format with four 8-bit normalized unsigned integer components in RGBA order with conversion between sRGB and linear space.
case rgba8Snorm
Ordinary format with four 8-bit normalized signed integer components in RGBA order.
case rgba8Uint
Ordinary format with four 8-bit unsigned integer components in RGBA order.
case rgba8Sint
Ordinary format with four 8-bit signed integer components in RGBA order.
case bgra8Unorm
Ordinary format with four 8-bit normalized unsigned integer components in BGRA order.
case bgra8Unorm _srgb
Ordinary format with four 8-bit normalized unsigned integer components in BGRA order with conversion between sRGB and linear space.