<!--
{
  "availability" : [
    "iOS: 5.0.0 - 12.0.0",
    "iPadOS: 5.0.0 - 12.0.0",
    "tvOS: 9.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKView/drawableMultisample",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GLKView(py)drawableMultisample"
  },
  "title" : "drawableMultisample"
}
-->

# drawableMultisample

The format of the multisampling buffer.

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

## Discussion

The default value is [`GLKViewDrawableMultisample.multisampleNone`](/documentation/GLKit/GLKViewDrawableMultisample/multisampleNone).

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

---

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)