Enum ContextDepthBits
Represents the number of depth bits of the context depth backbuffer.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextDepthBits
Fields
| Name | Description |
|---|---|
| Depth16 | 16-bit depth buffer. |
| Depth24 | 24-bit depth buffer. |
| Depth32 | 32-bit depth buffer. |
| None | No depth buffer. |