---
title: MTLPixelFormat.rgba16Sint
framework: metal
role: symbol
role_heading: Case
path: metal/mtlpixelformat/rgba16sint
---

# MTLPixelFormat.rgba16Sint

Ordinary format with four 16-bit signed integer components in RGBA order.

## Declaration

```swift
case rgba16Sint
```

## See Also

### Ordinary 64-bit pixel formats

- [MTLPixelFormat.rg32Uint](metal/mtlpixelformat/rg32uint.md)
- [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.rgba16Float](metal/mtlpixelformat/rgba16float.md)
