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