visualization-tools

Home > @visualization-tools/core > IGlAttribute > bindArray

IGlAttribute.bindArray() method

Binds the current buffer to ARRAY_BUFFER.

Signature:

bindArray(componentRenderer: TGlBasicComponentRenderer, usage?: GLenum): void;

Parameters

Parameter Type Description
componentRenderer TGlBasicComponentRenderer  
usage GLenum  

Returns:

void