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