---
title: drawableMultisample
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkview/drawablemultisample
---

# drawableMultisample

The format of the multisampling buffer.

## Declaration

```swift
var drawableMultisample: GLKViewDrawableMultisample { get set }
```

## Discussion

Discussion The default value is GLKViewDrawableMultisample.multisampleNone. 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)
- [drawableStencilFormat](glkit/glkview/drawablestencilformat.md)
