Enum SizedDepthStencilFormat
Not used directly.
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum SizedDepthStencilFormat
Fields
| Name | Description |
|---|---|
| Depth24Stencil8 | Original was GL_DEPTH24_STENCIL8 = 0x88F0 |
| Depth32fStencil8 | Original was GL_DEPTH32F_STENCIL8 = 0x8CAD |
| DepthComponent16 | Original was GL_DEPTH_COMPONENT16 = 0x81A5 |
| DepthComponent24 | Original was GL_DEPTH_COMPONENT24 = 0x81A6 |
| DepthComponent32f | Original was GL_DEPTH_COMPONENT32F = 0x8CAC |