| Package | Description |
|---|---|
| com.google.gwt.webgl.client |
| Modifier and Type | Method and Description |
|---|---|
WebGLUniformLocation |
WebGLRenderingContext.getUniformLocation(WebGLProgram program,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebGLRenderingContext.getUniformb(WebGLProgram program,
WebGLUniformLocation location)
Return the uniform value at the passed location in the passed program.
|
float |
WebGLRenderingContext.getUniformf(WebGLProgram program,
WebGLUniformLocation location)
Return the uniform value at the passed location in the passed program.
|
int |
WebGLRenderingContext.getUniformi(WebGLProgram program,
WebGLUniformLocation location)
Return the uniform value at the passed location in the passed program.
|
<T extends com.google.gwt.typedarrays.shared.ArrayBufferView> |
WebGLRenderingContext.getUniformv(WebGLProgram program,
WebGLUniformLocation location)
Return the uniform value at the passed location in the passed program.
|
void |
WebGLRenderingContext.uniform1f(WebGLUniformLocation location,
float x) |
void |
WebGLRenderingContext.uniform1fv(WebGLUniformLocation location,
float[] v) |
void |
WebGLRenderingContext.uniform1fv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Float32Array v) |
void |
WebGLRenderingContext.uniform1i(WebGLUniformLocation location,
int x) |
void |
WebGLRenderingContext.uniform1iv(WebGLUniformLocation location,
int[] v) |
void |
WebGLRenderingContext.uniform1iv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Int32Array v) |
void |
WebGLRenderingContext.uniform2f(WebGLUniformLocation location,
float x,
float y) |
void |
WebGLRenderingContext.uniform2fv(WebGLUniformLocation location,
float[] v) |
void |
WebGLRenderingContext.uniform2fv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Float32Array v) |
void |
WebGLRenderingContext.uniform2i(WebGLUniformLocation location,
int x,
int y) |
void |
WebGLRenderingContext.uniform2iv(WebGLUniformLocation location,
int[] v) |
void |
WebGLRenderingContext.uniform2iv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Int32Array v) |
void |
WebGLRenderingContext.uniform3f(WebGLUniformLocation location,
float x,
float y,
float z) |
void |
WebGLRenderingContext.uniform3fv(WebGLUniformLocation location,
float[] v) |
void |
WebGLRenderingContext.uniform3fv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Float32Array v) |
void |
WebGLRenderingContext.uniform3i(WebGLUniformLocation location,
int x,
int y,
int z) |
void |
WebGLRenderingContext.uniform3iv(WebGLUniformLocation location,
int[] v) |
void |
WebGLRenderingContext.uniform3iv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Int32Array v) |
void |
WebGLRenderingContext.uniform4f(WebGLUniformLocation location,
float x,
float y,
float z,
float w) |
void |
WebGLRenderingContext.uniform4fv(WebGLUniformLocation location,
float[] v) |
void |
WebGLRenderingContext.uniform4fv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Float32Array v) |
void |
WebGLRenderingContext.uniform4i(WebGLUniformLocation location,
int x,
int y,
int z,
int w) |
void |
WebGLRenderingContext.uniform4iv(WebGLUniformLocation location,
int[] v) |
void |
WebGLRenderingContext.uniform4iv(WebGLUniformLocation location,
com.google.gwt.typedarrays.shared.Int32Array v) |
void |
WebGLRenderingContext.uniformMatrix2fv(WebGLUniformLocation location,
boolean transpose,
float[] value) |
void |
WebGLRenderingContext.uniformMatrix2fv(WebGLUniformLocation location,
boolean transpose,
com.google.gwt.typedarrays.shared.Float32Array value) |
void |
WebGLRenderingContext.uniformMatrix3fv(WebGLUniformLocation location,
boolean transpose,
float[] value) |
void |
WebGLRenderingContext.uniformMatrix3fv(WebGLUniformLocation location,
boolean transpose,
com.google.gwt.typedarrays.shared.Float32Array value) |
void |
WebGLRenderingContext.uniformMatrix4fv(WebGLUniformLocation location,
boolean transpose,
float[] value) |
void |
WebGLRenderingContext.uniformMatrix4fv(WebGLUniformLocation location,
boolean transpose,
com.google.gwt.typedarrays.shared.Float32Array value) |
Copyright © 2017. All Rights Reserved.