public enum TextureParameterType extends Enum<TextureParameterType> implements IEnumWithValue
| Enum Constant and Description |
|---|
TEXTURE_BASE_LEVEL
Texture mipmap level.
|
TEXTURE_COMPARE_FUNC
Comparison function.
|
TEXTURE_COMPARE_MODE
Texture comparison mode.
|
TEXTURE_IMMUTABLE_FORMAT
Immutability of the texture format and size.
|
TEXTURE_IMMUTABLE_LEVELS
Immutability levels.
|
TEXTURE_MAG_FILTER
Texture magnification filter.
|
TEXTURE_MAX_LEVEL
Maximum texture mipmap array level.
|
TEXTURE_MAX_LOD
Texture maximum level-of-detail value .
|
TEXTURE_MIN_FILTER
Texture minification filter.
|
TEXTURE_MIN_LOD
Texture minimum level-of-detail value.
|
TEXTURE_WRAP_R
Wrapping function for texture coordinate r.
|
TEXTURE_WRAP_S
Wrapping function for texture coordinate s.
|
TEXTURE_WRAP_T
Wrapping function for texture coordinate t.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static TextureParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureParameterType[] |
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 TextureParameterType TEXTURE_BASE_LEVEL
public static final TextureParameterType TEXTURE_COMPARE_FUNC
public static final TextureParameterType TEXTURE_COMPARE_MODE
public static final TextureParameterType TEXTURE_IMMUTABLE_FORMAT
public static final TextureParameterType TEXTURE_IMMUTABLE_LEVELS
public static final TextureParameterType TEXTURE_MAG_FILTER
public static final TextureParameterType TEXTURE_MAX_LEVEL
public static final TextureParameterType TEXTURE_MAX_LOD
public static final TextureParameterType TEXTURE_MIN_FILTER
public static final TextureParameterType TEXTURE_MIN_LOD
public static final TextureParameterType TEXTURE_WRAP_R
public static final TextureParameterType TEXTURE_WRAP_S
public static final TextureParameterType TEXTURE_WRAP_T
public static TextureParameterType[] values()
for (TextureParameterType c : TextureParameterType.values()) System.out.println(c);
public static TextureParameterType 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.