---
title: GLKViewDrawableDepthFormat
framework: glkit
role: symbol
role_heading: Enumeration
path: glkit/glkviewdrawabledepthformat
---

# GLKViewDrawableDepthFormat

The format of the depth renderbuffer.

## Declaration

```swift
enum GLKViewDrawableDepthFormat
```

## Topics

### Constants

- [GLKViewDrawableDepthFormat.formatNone](glkit/glkviewdrawabledepthformat/formatnone.md)
- [GLKViewDrawableDepthFormat.format16](glkit/glkviewdrawabledepthformat/format16.md)
- [GLKViewDrawableDepthFormat.format24](glkit/glkviewdrawabledepthformat/format24.md)

### Initializers

- [init(rawValue:)](glkit/glkviewdrawabledepthformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [GLKViewDrawableColorFormat](glkit/glkviewdrawablecolorformat.md)
- [GLKViewDrawableStencilFormat](glkit/glkviewdrawablestencilformat.md)
- [GLKViewDrawableMultisample](glkit/glkviewdrawablemultisample.md)
