org.lwjgl.opengl
Class AMDVertexShaderTessellator

java.lang.Object
  extended by org.lwjgl.opengl.AMDVertexShaderTessellator

public final class AMDVertexShaderTessellator
extends java.lang.Object


Field Summary
static int GL_CONTINUOUS_AMD
          Accepted by TessellationModeAMD
static int GL_DISCRETE_AMD
          Accepted by TessellationModeAMD
static 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 GetFloatv
static int GL_TESSELLATION_MODE_AMD
          Accepted by GetIntegerv
static int GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD
          Returned by the <type> parameter of GetActiveUniform:
 
Method Summary
static void glTessellationFactorAMD(float factor)
           
static void glTessellationModeAMD(int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

glTessellationFactorAMD

public static void glTessellationFactorAMD(float factor)

glTessellationModeAMD

public static void glTessellationModeAMD(int mode)


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.