public static interface WebGLRenderingContext.Uniform1iValueUnionType
| Modifier and Type | Method and Description |
|---|---|
default boolean |
asBoolean() |
default int |
asInt() |
default boolean |
isBoolean() |
default boolean |
isInt() |
static WebGLRenderingContext.Uniform1iValueUnionType |
of(java.lang.Object o) |
static WebGLRenderingContext.Uniform1iValueUnionType of(java.lang.Object o)
default boolean asBoolean()
default int asInt()
default boolean isBoolean()
default boolean isInt()