---
title: drawableDepthFormat
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkview/drawabledepthformat
---

# drawableDepthFormat

The format of the depth renderbuffer

## Declaration

```swift
var drawableDepthFormat: GLKViewDrawableDepthFormat { get set }
```

## Discussion

Discussion The default value is GLKViewDrawableDepthFormat.formatNone. After your application changes the value of this property, the view recreates its framebuffer object the next time the view is drawn.

## See Also

### Configuring the Framebuffer Object

- [drawableColorFormat](glkit/glkview/drawablecolorformat.md)
- [drawableStencilFormat](glkit/glkview/drawablestencilformat.md)
- [drawableMultisample](glkit/glkview/drawablemultisample.md)
