---
title: MTLPixelFormat.depth32Float
framework: metal
role: symbol
role_heading: Case
path: metal/mtlpixelformat/depth32float
---

# MTLPixelFormat.depth32Float

A pixel format with one 32-bit floating-point component, used for a depth render target.

## Declaration

```swift
case depth32Float
```

## See Also

### Depth and stencil pixel formats

- [MTLPixelFormat.depth16Unorm](metal/mtlpixelformat/depth16unorm.md)
- [MTLPixelFormat.stencil8](metal/mtlpixelformat/stencil8.md)
- [MTLPixelFormat.depth24Unorm_stencil8](metal/mtlpixelformat/depth24unorm_stencil8.md)
- [MTLPixelFormat.depth32Float_stencil8](metal/mtlpixelformat/depth32float_stencil8.md)
- [MTLPixelFormat.x32_stencil8](metal/mtlpixelformat/x32_stencil8.md)
- [MTLPixelFormat.x24_stencil8](metal/mtlpixelformat/x24_stencil8.md)
