Package org.lwjgl.opengl
Class AMDVertexShaderTessellator
java.lang.Object
org.lwjgl.opengl.AMDVertexShaderTessellator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by TessellationModeAMDstatic final intAccepted by TessellationModeAMDstatic final intReturned by the <type> parameter of GetActiveUniform:static final intReturned by the <type> parameter of GetActiveUniform:static final intAccepted by GetFloatvstatic final intAccepted by GetIntegervstatic final intReturned by the <type> parameter of GetActiveUniform: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglTessellationFactorAMD(float factor) static voidglTessellationModeAMD(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)
-