| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.getActiveAttrib(WebGLProgram program,
int index,
RenderingContextWebGL.IWebGLInfoCallback callback)
Returns a WebGLActiveInfo object containing size, type, and name of a vertex attribute.
|
void |
RenderingContextWebGL.getActiveUniform(WebGLProgram program,
int index,
RenderingContextWebGL.IWebGLInfoCallback callback)
Returns a WebGLActiveInfo object containing size, type, and name of a uniform attribute.
|
| Constructor and Description |
|---|
WebGLActiveInfo(String factory,
WebGLProgram program,
int index,
RenderingContextWebGL.IWebGLInfoCallback callback) |
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.