Home > @visualization-tools/core > IGlAttribute > swapBuffer
Transfer this attribute’s buffer to the argument and vice versa.
Signature:
swapBuffer(attribute: IGlAttribute<TArray>): void;
| Parameter | Type | Description |
|---|---|---|
| attribute | IGlAttribute<TArray> |
Returns:
void