visualization-tools

Home > @visualization-tools/core > BufferLayout

BufferLayout class

Signature:

export declare class BufferLayout<TBuffer extends IBuffer> implements IBufferLayout<TBuffer> 

Implements: IBufferLayout<TBuffer>

Constructors

Constructor Modifiers Description
(constructor)(buffers)   Constructs a new instance of the BufferLayout class

Methods

Method Modifiers Description
getBufferCount()    
getBuffers()    
swapBuffer(buffer, index)   Swaps the buffer at the index to the argument, returning the stored buffer.