JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Method Summary
Enum Constant Details
TRANSFORM_FEEDBACK_BUFFER
UNIFORM
UNIFORM_BLOCK
PROGRAM_INPUT
PROGRAM_OUTPUT
BUFFER_VARIABLE
SHADER_STORAGE_BLOCK
VERTEX_SUBROUTINE
TESS_CONTROL_SUBROUTINE
TESS_EVALUATION_SUBROUTINE
GEOMETRY_SUBROUTINE
FRAGMENT_SUBROUTINE
COMPUTE_SUBROUTINE
VERTEX_SUBROUTINE_UNIFORM
TESS_CONTROL_SUBROUTINE_UNIFORM
TESS_EVALUATION_SUBROUTINE_UNIFORM
GEOMETRY_SUBROUTINE_UNIFORM
FRAGMENT_SUBROUTINE_UNIFORM
COMPUTE_SUBROUTINE_UNIFORM
TRANSFORM_FEEDBACK_VARYING
Field Details
VALUES
Method Details
values()
valueOf(String)
glEnum()
fromGLEnum(int)
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant corresponding to the provided raw value.
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
TESS_EVALUATION_SUBROUTINE