Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Method and Description |
---|---|
static WebGLTexture |
WebGLTexture.$as(Object obj) |
WebGLTexture |
WebGLRenderingContext.createTexture() |
Modifier and Type | Method and Description |
---|---|
void |
WebGLRenderingContext.bindTexture(double target,
WebGLTexture texture) |
void |
WebGLRenderingContext.deleteTexture(WebGLTexture texture) |
void |
WebGLRenderingContext.framebufferTexture2D(double target,
double attachment,
double textarget,
WebGLTexture texture,
double level) |
Boolean |
WebGLRenderingContext.isTexture(WebGLTexture texture) |
Copyright © 2018. All rights reserved.