| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static PrecisionType |
PrecisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrecisionType[] |
PrecisionType.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.getShaderPrecisionFormat(ShaderType shaderType,
PrecisionType precisionType,
IResponseCallback<WebGLShaderPrecisionFormat> callback)
Returns a new WebGLShaderPrecisionFormat object describing the range and precision for the
specified shader numeric format.
|
| Constructor and Description |
|---|
WebGLShaderPrecisionFormat(BaseCanvasComponent<?,?> canvas,
ShaderType type,
PrecisionType precision,
IResponseCallback<WebGLShaderPrecisionFormat> callback) |
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.