visualization-tools

Home > @visualization-tools/core > BufferLayout > swapBuffer

BufferLayout.swapBuffer() method

Swaps the buffer at the index to the argument, returning the stored buffer.

Signature:

swapBuffer(buffer: TBuffer, index: number): TBuffer;

Parameters

Parameter Type Description
buffer TBuffer  
index number  

Returns:

TBuffer