| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static TextureType |
TextureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureType[] |
TextureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.bindTexture(TextureType target,
WebGLTexture texture)
Binds a given WebGLTexture to a target (binding point).
|
void |
RenderingContextWebGL.generateMipmap(TextureType target)
Generates a set of mipmaps for a WebGLTexture object.
|
void |
RenderingContextWebGL.getTexParameter(TextureType target,
TextureParameterType pname,
IResponseCallback<Object> callback)
Returns information about the given texture.
|
void |
RenderingContextWebGL.texParameterf(TextureType target,
TextureParameterType pname,
double param)
Set texture parameters.
|
void |
RenderingContextWebGL.texParameteri(TextureType target,
TextureParameterType pname,
int param)
Set texture parameters.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.