| Package | Description |
|---|---|
| org.teavm.jso.typedarrays | |
| org.teavm.jso.webgl |
| Modifier and Type | Class and Description |
|---|---|
class |
Float32Array |
class |
Float64Array |
class |
Int16Array |
class |
Int32Array |
class |
Int8Array |
class |
Uint16Array |
class |
Uint8Array |
class |
Uint8ClampedArray |
| Modifier and Type | Method and Description |
|---|---|
void |
WebGLRenderingContext.bufferData(int target,
ArrayBufferView data,
int usage) |
void |
WebGLRenderingContext.bufferSubData(int target,
int offset,
ArrayBufferView data) |
void |
WebGLRenderingContext.compressedTexImage2D(int target,
int level,
int internalformat,
int width,
int height,
int border,
ArrayBufferView data) |
void |
WebGLRenderingContext.compressedTexSubImage2D(int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
ArrayBufferView data) |
void |
WebGLRenderingContext.readPixels(int x,
int y,
int width,
int height,
int format,
int type,
ArrayBufferView pixels) |
void |
WebGLRenderingContext.texImage2D(int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type,
ArrayBufferView pixels) |
void |
WebGLRenderingContext.texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type,
ArrayBufferView pixels) |
Copyright © 2015. All rights reserved.