visualization-tools

Home > @visualization-tools/core > IGlComponentVAORenderer

IGlComponentVAORenderer interface

OES_vertex_array_object or webgl2 equivalent.

Signature:

export interface IGlComponentVAORenderer 

Properties

Property Type Description
vao WebGLVertexArrayObject | WebGLVertexArrayObjectOES | null  

Methods

Method Description
bindVao(vao)  
createVao()