Package | Description |
---|---|
elemental.html | |
elemental.js.html |
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) |
Modifier and Type | Class and Description |
---|---|
class |
JsWebGLTexture |
Modifier and Type | Method and Description |
---|---|
void |
JsWebGLRenderingContext.bindTexture(int target,
WebGLTexture texture) |
void |
JsWebGLRenderingContext.deleteTexture(WebGLTexture texture) |
void |
JsWebGLRenderingContext.framebufferTexture2D(int target,
int attachment,
int textarget,
WebGLTexture texture,
int level) |
boolean |
JsWebGLRenderingContext.isTexture(WebGLTexture texture) |
Copyright © 2018. All rights reserved.