---
title: drawableStencilFormat
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkview/drawablestencilformat
---

# drawableStencilFormat

The format of the stencil renderbuffer.

## Declaration

```swift
var drawableStencilFormat: GLKViewDrawableStencilFormat { get set }
```

## Discussion

Discussion The default value is GLKViewDrawableStencilFormat.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)
- [drawableDepthFormat](glkit/glkview/drawabledepthformat.md)
- [drawableMultisample](glkit/glkview/drawablemultisample.md)
