public enum HintBehavior extends Enum<HintBehavior> implements IEnumWithValue
| Enum Constant and Description |
|---|
FRAGMENT_SHADER_DERIVATIVE_HINT
Accuracy of the derivative calculation for the GLSL built-in functions: dFdx, dFdy, and
fwidth.
|
GENERATE_MIPMAP_HINT
Quality of filtering when generating mipmap images with
RenderingContextWebGL.generateMipmap(org.fujion.canvas.webgl.TextureType). |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static HintBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HintBehavior[] |
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 HintBehavior FRAGMENT_SHADER_DERIVATIVE_HINT
public static final HintBehavior GENERATE_MIPMAP_HINT
RenderingContextWebGL.generateMipmap(org.fujion.canvas.webgl.TextureType).public static HintBehavior[] values()
for (HintBehavior c : HintBehavior.values()) System.out.println(c);
public static HintBehavior 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.