public enum AttribVariable extends java.lang.Enum<AttribVariable>
Enum Constant and Description |
---|
A_MVPMatrixIndex |
A_Position |
A_TexCoordinate |
Modifier and Type | Method and Description |
---|---|
int |
getHandle() |
java.lang.String |
getName() |
static AttribVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttribVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttribVariable A_Position
public static final AttribVariable A_TexCoordinate
public static final AttribVariable A_MVPMatrixIndex
public static AttribVariable[] values()
for (AttribVariable c : AttribVariable.values()) System.out.println(c);
public static AttribVariable valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getHandle()
public java.lang.String getName()