public static enum CLSampler.FilterMode extends Enum<CLSampler.FilterMode> implements ValuedEnum
| Modifier and Type | Method and Description |
|---|---|
static CLSampler.FilterMode |
getEnum(int v) |
long |
value() |
static CLSampler.FilterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLSampler.FilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLSampler.FilterMode Nearest
public static final CLSampler.FilterMode Linear
public static CLSampler.FilterMode[] values()
for (CLSampler.FilterMode c : CLSampler.FilterMode.values()) System.out.println(c);
public static CLSampler.FilterMode 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 long value()
value in interface ValuedEnumpublic static CLSampler.FilterMode getEnum(int v)
Copyright © 2009-2015. All Rights Reserved.