| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
ShaderType |
WebGLShader.getType() |
static ShaderType |
ShaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaderType[] |
ShaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebGLShader |
RenderingContextWebGL.createShader(ShaderType type)
Creates a WebGLShader instance of the specified type.
|
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 |
|---|
WebGLShader(BaseCanvasComponent<?,?> canvas,
ShaderType type) |
WebGLShaderPrecisionFormat(BaseCanvasComponent<?,?> canvas,
ShaderType type,
PrecisionType precision,
IResponseCallback<WebGLShaderPrecisionFormat> callback) |
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.