---
title: MTLPixelFormat.rg32Uint
framework: metal
role: symbol
role_heading: Case
path: metal/mtlpixelformat/rg32uint
---

# MTLPixelFormat.rg32Uint

Ordinary format with two 32-bit unsigned integer components.

## Declaration

```swift
case rg32Uint
```

## See Also

### Ordinary 64-bit pixel formats

- [MTLPixelFormat.rg32Sint](metal/mtlpixelformat/rg32sint.md)
- [MTLPixelFormat.rg32Float](metal/mtlpixelformat/rg32float.md)
- [MTLPixelFormat.rgba16Unorm](metal/mtlpixelformat/rgba16unorm.md)
- [MTLPixelFormat.rgba16Snorm](metal/mtlpixelformat/rgba16snorm.md)
- [MTLPixelFormat.rgba16Uint](metal/mtlpixelformat/rgba16uint.md)
- [MTLPixelFormat.rgba16Sint](metal/mtlpixelformat/rgba16sint.md)
- [MTLPixelFormat.rgba16Float](metal/mtlpixelformat/rgba16float.md)
