visualization-tools

Home > @visualization-tools/core > GlComponentRenderer > bindVao

GlComponentRenderer.bindVao() method

Signature:

bindVao(vao: WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null): void;

Parameters

Parameter Type Description
vao WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null  

Returns:

void