| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
WebGLUniformLocation |
RenderingContextWebGL.getUniformLocation(WebGLProgram program,
String name)
Returns the location of a specific uniform variable which is part of a given WebGLProgram.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.getUniform(WebGLProgram program,
WebGLUniformLocation location,
IResponseCallback<Object> callback)
Returns the value of a uniform variable at a given location.
|
void |
RenderingContextWebGL.uniform(WebGLUniformLocation location,
Double... values)
Specify values of uniform variables.
|
void |
RenderingContextWebGL.uniform(WebGLUniformLocation location,
Integer... values)
Specify values of uniform variables.
|
void |
RenderingContextWebGL.uniformMatrix(WebGLUniformLocation location,
Double... values)
Specify values of uniform variables.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.