Home > @visualization-tools/core > IAttributeState
Sharable state of a webgl attribute.
Signature:
export interface IAttributeState<TArray extends TTypedArray>
| Property | Type | Description |
|---|---|---|
| attributes | readonly IGlAttribute<TArray>[] | |
| buffer | IGlBuffer<TArray> |
| Method | Description |
|---|---|
| addAttribute(attribute) |