Home > @visualization-tools/core > IGlRendererSharedState > bindVao
Usages outside of component renderer must ensure that the extension is loaded before calling (if GL1).
Signature:
bindVao(vao: WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null): void;
| Parameter | Type | Description |
|---|---|---|
| vao | WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null |
Returns:
void