Enum AmdVertexShaderTesselator
Not used directly.
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum AmdVertexShaderTesselator
Fields
| Name | Description |
|---|---|
| ContinuousAmd | Original was GL_CONTINUOUS_AMD = 0x9007 |
| DiscreteAmd | Original was GL_DISCRETE_AMD = 0x9006 |
| IntSamplerBufferAmd | Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 |
| SamplerBufferAmd | Original was GL_SAMPLER_BUFFER_AMD = 0x9001 |
| TessellationFactorAmd | Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 |
| TessellationModeAmd | Original was GL_TESSELLATION_MODE_AMD = 0x9004 |
| UnsignedIntSamplerBufferAmd | Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 |