visualization-tools

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

IGlRendererSharedState.bindVao() method

Usages outside of component renderer must ensure that the extension is loaded before calling (if GL1).

Signature:

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

Parameters

Parameter Type Description
vao WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null  

Returns:

void