| Package | Description |
|---|---|
| org.teavm.jso.canvas | |
| org.teavm.jso.webgl |
| Modifier and Type | Method and Description |
|---|---|
HTMLCanvasElement |
CanvasRenderingContext2D.getCanvas() |
| Modifier and Type | Method and Description |
|---|---|
HTMLCanvasElement |
WebGLRenderingContext.getCanvas() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebGLRenderingContext.texImage2D(int target,
int level,
int internalformat,
int format,
int type,
HTMLCanvasElement canvas) |
void |
WebGLRenderingContext.texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
int format,
int type,
HTMLCanvasElement canvas) |
Copyright © 2015. All rights reserved.