Package | Description |
---|---|
com.google.gwt.webgl.client |
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 © 2017. All rights reserved.