public enum ProgramParameterType extends Enum<ProgramParameterType> implements IEnumWithValue
| Enum Constant and Description |
|---|
ACTIVE_ATTRIBUTES
The number of active attribute variables to a program.
|
ACTIVE_UNIFORM_BLOCKS
The number of uniform blocks containing active uniforms.
|
ACTIVE_UNIFORMS
The number of active uniform variables to a program.
|
ATTACHED_SHADERS
The number of attached shaders to a program.
|
DELETE_STATUS
Whether or not the program is flagged for deletion.
|
LINK_STATUS
Whether or not the last link operation was successful.
|
TRANSFORM_FEEDBACK_BUFFER_MODE
The buffer mode when transform feedback is active.
|
TRANSFORM_FEEDBACK_VARYINGS
The number of varying variables to capture in transform feedback mode.
|
VALIDATE_STATUS
Whether or not the last validation operation was successful.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static ProgramParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic static final ProgramParameterType ACTIVE_ATTRIBUTES
public static final ProgramParameterType ACTIVE_UNIFORM_BLOCKS
public static final ProgramParameterType ACTIVE_UNIFORMS
public static final ProgramParameterType ATTACHED_SHADERS
public static final ProgramParameterType DELETE_STATUS
public static final ProgramParameterType LINK_STATUS
public static final ProgramParameterType TRANSFORM_FEEDBACK_BUFFER_MODE
public static final ProgramParameterType TRANSFORM_FEEDBACK_VARYINGS
public static final ProgramParameterType VALIDATE_STATUS
public static ProgramParameterType[] values()
for (ProgramParameterType c : ProgramParameterType.values()) System.out.println(c);
public static ProgramParameterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.