Enum ContextStencilBits
Represents the number of depth bits of the context stencil backbuffer.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextStencilBits
Fields
Name | Description |
---|---|
None | No stencil bits needed. |
Stencil1 | 1-bit stencil buffer. |
Stencil8 | 8-bit stencil buffer. |