Package org.lwjgl.opengl
Class AMDVertexShaderTessellator
java.lang.Object
org.lwjgl.opengl.AMDVertexShaderTessellator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by TessellationModeAMDstatic final int
Accepted by TessellationModeAMDstatic final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Accepted by GetFloatvstatic final int
Accepted by GetIntegervstatic final int
Returned by the <type> parameter of GetActiveUniform: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTessellationFactorAMD
(float factor) static void
glTessellationModeAMD
(int mode)
-
Field Details
-
GL_SAMPLER_BUFFER_AMD
public static final int GL_SAMPLER_BUFFER_AMDReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_INT_SAMPLER_BUFFER_AMD
public static final int GL_INT_SAMPLER_BUFFER_AMDReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMDReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_DISCRETE_AMD
public static final int GL_DISCRETE_AMDAccepted by TessellationModeAMD- See Also:
-
GL_CONTINUOUS_AMD
public static final int GL_CONTINUOUS_AMDAccepted by TessellationModeAMD- See Also:
-
GL_TESSELLATION_MODE_AMD
public static final int GL_TESSELLATION_MODE_AMDAccepted by GetIntegerv- See Also:
-
GL_TESSELLATION_FACTOR_AMD
public static final int GL_TESSELLATION_FACTOR_AMDAccepted by GetFloatv- See Also:
-
-
Method Details
-
glTessellationFactorAMD
public static void glTessellationFactorAMD(float factor) -
glTessellationModeAMD
public static void glTessellationModeAMD(int mode)
-