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 Int32ArrayInt32Array.create(int length) static Int32ArrayInt32Array.create(ArrayBuffer buffer) static Int32ArrayInt32Array.create(ArrayBuffer buffer, int offset) static Int32ArrayInt32Array.create(ArrayBuffer buffer, int offset, int length) static Int32ArrayInt32Array.create(ArrayBufferView buffer) -
Uses of Int32Array in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type Int32ArrayModifier and TypeMethodDescriptionvoidWebGLRenderingContext.uniform1iv(WebGLUniformLocation location, Int32Array v) voidWebGLRenderingContext.uniform2iv(WebGLUniformLocation location, Int32Array v) voidWebGLRenderingContext.uniform3iv(WebGLUniformLocation location, Int32Array v) voidWebGLRenderingContext.uniform4iv(WebGLUniformLocation location, Int32Array v)