<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKViewDrawableDepthFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:@E@GLKViewDrawableDepthFormat"
  },
  "title" : "GLKViewDrawableDepthFormat"
}
-->

# GLKViewDrawableDepthFormat

The format of the depth renderbuffer.

```
enum GLKViewDrawableDepthFormat
```

## Topics

### Constants

[`GLKViewDrawableDepthFormatNone`](/documentation/GLKit/GLKViewDrawableDepthFormat/formatNone)

The underlying framebuffer object has no depth buffer.

[`GLKViewDrawableDepthFormat16`](/documentation/GLKit/GLKViewDrawableDepthFormat/format16)

A 16-bit depth entry for each pixel.

[`GLKViewDrawableDepthFormat24`](/documentation/GLKit/GLKViewDrawableDepthFormat/format24)

A 24-bit depth entry for each pixel.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)