public static interface WebGLRenderingContext.Uniform2ivValueUnionType
| Modifier and Type | Method and Description |
|---|---|
default Int32Array |
asInt32Array() |
default java.lang.Object[] |
asObjectArray() |
default boolean |
isInt32Array() |
default boolean |
isObjectArray() |
static WebGLRenderingContext.Uniform2ivValueUnionType |
of(java.lang.Object o) |
static WebGLRenderingContext.Uniform2ivValueUnionType of(java.lang.Object o)
default Int32Array asInt32Array()
default java.lang.Object[] asObjectArray()
default boolean isInt32Array()
default boolean isObjectArray()