| Package | Description |
|---|---|
| org.w3c.dom.webgl |
| Modifier and Type | Method and Description |
|---|---|
WebGLTexture |
WebGLRenderingContext.createTexture() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebGLRenderingContext.bindTexture(int target,
WebGLTexture texture) |
void |
WebGLRenderingContext.deleteTexture(WebGLTexture texture) |
void |
WebGLRenderingContext.framebufferTexture2D(int target,
int attachment,
int textarget,
WebGLTexture texture,
int level) |
boolean |
WebGLRenderingContext.isTexture(WebGLTexture texture) |
Copyright © 2016. All Rights Reserved.