public static enum BaseShaderContext.SpecialShaderType extends Enum<BaseShaderContext.SpecialShaderType>
| Enum Constant and Description |
|---|
SUPER |
TEXTURE_First_LCD |
TEXTURE_MASK_RGB |
TEXTURE_RGB |
TEXTURE_SECOND_LCD |
TEXTURE_YV12 |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BaseShaderContext.SpecialShaderType |
valueOf(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(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 String getName()
Copyright © 2025. All rights reserved.