visualization-tools

Home > @visualization-tools/core > IAttributeState

IAttributeState interface

Sharable state of a webgl attribute.

Signature:

export interface IAttributeState<TArray extends TTypedArray> 

Properties

Property Type Description
attributes readonly IGlAttribute<TArray>[]  
buffer IGlBuffer<TArray>  

Methods

Method Description
addAttribute(attribute)