Enum ProgramStageMask
Not used directly.
Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum ProgramStageMask
Fields
Name | Description |
---|---|
AllShaderBits | Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF |
ComputeShaderBit | Original was GL_COMPUTE_SHADER_BIT = 0x00000020 |
FragmentShaderBit | Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 |
GlComputeShaderBit | Original was GL_GL_COMPUTE_SHADER_BIT = 0x00000020 |
VertexShaderBit | Original was GL_VERTEX_SHADER_BIT = 0x00000001 |