| Package | Description |
|---|---|
| org.teavm.jso.typedarrays | |
| org.teavm.jso.webgl |
| Modifier and Type | Method and Description |
|---|---|
static Int32Array |
Int32Array.create(ArrayBuffer buffer) |
static Int32Array |
Int32Array.create(ArrayBuffer buffer,
int offset,
int length) |
static Int32Array |
Int32Array.create(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2015. All rights reserved.