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

# GLKViewDrawableStencilFormat

The format of the stencil renderbuffer.

```
enum GLKViewDrawableStencilFormat
```

## Topics

### Constants

[`GLKViewDrawableStencilFormatNone`](/documentation/GLKit/GLKViewDrawableStencilFormat/formatNone)

The underlying framebuffer object has no stencil buffer.

[`GLKViewDrawableStencilFormat8`](/documentation/GLKit/GLKViewDrawableStencilFormat/format8)

An 8-bit stencil entry for each pixel.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)