Package org.lwjgl.opengl
Class AMDVertexShaderTessellator
- java.lang.Object
-
- org.lwjgl.opengl.AMDVertexShaderTessellator
-
public final class AMDVertexShaderTessellator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_CONTINUOUS_AMD
Accepted by TessellationModeAMDstatic int
GL_DISCRETE_AMD
Accepted by TessellationModeAMDstatic int
GL_INT_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:static int
GL_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:static int
GL_TESSELLATION_FACTOR_AMD
Accepted by GetFloatvstatic int
GL_TESSELLATION_MODE_AMD
Accepted by GetIntegervstatic int
GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glTessellationFactorAMD(float factor)
static void
glTessellationModeAMD(int mode)
-
-
-
Field Detail
-
GL_SAMPLER_BUFFER_AMD
public static final int GL_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:- See Also:
- Constant Field Values
-
GL_INT_SAMPLER_BUFFER_AMD
public static final int GL_INT_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
Returned by the <type> parameter of GetActiveUniform:- See Also:
- Constant Field Values
-
GL_DISCRETE_AMD
public static final int GL_DISCRETE_AMD
Accepted by TessellationModeAMD- See Also:
- Constant Field Values
-
GL_CONTINUOUS_AMD
public static final int GL_CONTINUOUS_AMD
Accepted by TessellationModeAMD- See Also:
- Constant Field Values
-
GL_TESSELLATION_MODE_AMD
public static final int GL_TESSELLATION_MODE_AMD
Accepted by GetIntegerv- See Also:
- Constant Field Values
-
GL_TESSELLATION_FACTOR_AMD
public static final int GL_TESSELLATION_FACTOR_AMD
Accepted by GetFloatv- See Also:
- Constant Field Values
-
-