Enum StencilFace
Used in GL.StencilFuncSeparate, GL.StencilMaskSeparate and 1 other function
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum StencilFace
Fields
| Name | Description |
|---|---|
| Back | Original was GL_BACK = 0x0405 |
| Front | Original was GL_FRONT = 0x0404 |
| FrontAndBack | Original was GL_FRONT_AND_BACK = 0x0408 |