public enum ShaderParameterType extends Enum<ShaderParameterType> implements IEnumWithValue
| Enum Constant and Description |
|---|
COMPILE_STATUS
Whether or not the last shader compilation was successful.
|
DELETE_STATUS
Whether or not the shader is flagged for deletion.
|
SHADER_TYPE
The shader type (ShaderType enum).
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static ShaderParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaderParameterType[] |
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 ShaderParameterType COMPILE_STATUS
public static final ShaderParameterType DELETE_STATUS
public static final ShaderParameterType SHADER_TYPE
public static ShaderParameterType[] values()
for (ShaderParameterType c : ShaderParameterType.values()) System.out.println(c);
public static ShaderParameterType 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.