public static enum BaseShaderContext.SpecialShaderType extends java.lang.Enum<BaseShaderContext.SpecialShaderType>
Enum Constant and Description |
---|
SUPER |
TEXTURE_First_LCD |
TEXTURE_MASK_RGB |
TEXTURE_RGB |
TEXTURE_SECOND_LCD |
TEXTURE_YV12 |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static BaseShaderContext.SpecialShaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseShaderContext.SpecialShaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseShaderContext.SpecialShaderType TEXTURE_RGB
public static final BaseShaderContext.SpecialShaderType TEXTURE_MASK_RGB
public static final BaseShaderContext.SpecialShaderType TEXTURE_YV12
public static final BaseShaderContext.SpecialShaderType TEXTURE_First_LCD
public static final BaseShaderContext.SpecialShaderType TEXTURE_SECOND_LCD
public static final BaseShaderContext.SpecialShaderType SUPER
public static BaseShaderContext.SpecialShaderType[] values()
for (BaseShaderContext.SpecialShaderType c : BaseShaderContext.SpecialShaderType.values()) System.out.println(c);
public static BaseShaderContext.SpecialShaderType 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 java.lang.String getName()