| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static TextureParameterType |
TextureParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureParameterType[] |
TextureParameterType.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.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.