Uses of Class
org.teavm.jso.typedarrays.Int32Array
Packages that use Int32Array
-
Uses of Int32Array in org.teavm.jso.typedarrays
Methods in org.teavm.jso.typedarrays that return Int32ArrayModifier and TypeMethodDescriptionstatic Int32Array
Int32Array.create(int length)
static Int32Array
Int32Array.create(ArrayBuffer buffer)
static Int32Array
Int32Array.create(ArrayBuffer buffer, int offset)
static Int32Array
Int32Array.create(ArrayBuffer buffer, int offset, int length)
static Int32Array
Int32Array.create(ArrayBufferView buffer)
-
Uses of Int32Array in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type Int32ArrayModifier and TypeMethodDescriptionvoid
WebGLRenderingContext.uniform1iv(WebGLUniformLocation location, Int32Array v)
void
WebGLRenderingContext.uniform2iv(WebGLUniformLocation location, Int32Array v)
void
WebGLRenderingContext.uniform3iv(WebGLUniformLocation location, Int32Array v)
void
WebGLRenderingContext.uniform4iv(WebGLUniformLocation location, Int32Array v)