Home > @visualization-tools/core > BufferLayout > swapBuffer
Swaps the buffer at the index to the argument, returning the stored buffer.
Signature:
swapBuffer(buffer: TBuffer, index: number): TBuffer;
| Parameter | Type | Description |
|---|---|---|
| buffer | TBuffer | |
| index | number |
Returns:
TBuffer