Home > @visualization-tools/core > BufferLayout
Signature:
export declare class BufferLayout<TBuffer extends IBuffer> implements IBufferLayout<TBuffer>
Implements: IBufferLayout<TBuffer>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(buffers) | Constructs a new instance of the BufferLayout class |
| Method | Modifiers | Description |
|---|---|---|
| getBufferCount() | ||
| getBuffers() | ||
| swapBuffer(buffer, index) | Swaps the buffer at the index to the argument, returning the stored buffer. |