Package org.lwjgl.opengl
Class AMDVertexShaderTessellator
java.lang.Object
org.lwjgl.opengl.AMDVertexShaderTessellator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTessellationFactorAMD
(float factor) void glTessellationFactorAMD(GLfloat factor)
static void
glTessellationModeAMD
(int mode) void glTessellationModeAMD(GLenum mode)
-
Field Details
-
GL_SAMPLER_BUFFER_AMD
public static final int GL_SAMPLER_BUFFER_AMD- See Also:
-
GL_INT_SAMPLER_BUFFER_AMD
public static final int GL_INT_SAMPLER_BUFFER_AMD- See Also:
-
GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD- See Also:
-
GL_DISCRETE_AMD
public static final int GL_DISCRETE_AMD- See Also:
-
GL_CONTINUOUS_AMD
public static final int GL_CONTINUOUS_AMD- See Also:
-
GL_TESSELLATION_MODE_AMD
public static final int GL_TESSELLATION_MODE_AMD- See Also:
-
GL_TESSELLATION_FACTOR_AMD
public static final int GL_TESSELLATION_FACTOR_AMD- See Also:
-
-
Method Details
-
glTessellationFactorAMD
public static void glTessellationFactorAMD(float factor) void glTessellationFactorAMD(GLfloat factor)
-
glTessellationModeAMD
public static void glTessellationModeAMD(int mode) void glTessellationModeAMD(GLenum mode)
-