Home > @visualization-tools/core > AGlUniformValue
wrapper for a single uniform value.
Signature:
export declare abstract class AGlUniformValue implements IGlUniform
Implements: IGlUniform
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name, data) | Constructs a new instance of the AGlUniformValue class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| data | number | ||
| isDirty | boolean | ||
| name | string | ||
| uniformLocation | WebGLUniformLocation | null |
| Method | Modifiers | Description |
|---|---|---|
| bind(renderer) | ||
| initialize(componentRenderer) | ||
| onContextLost() | ||
| setData(data) |