Home > @visualization-tools/core > IGlAttribute > reset
Reset the state of this attribute. If OES_vertex_array_object is enabled or the context is webgl2 this is a no-op. Called after update as part of the update strategy. Does not affect buffer state.
Signature:
reset(componentRenderer: TGlBasicComponentRenderer): void;
| Parameter | Type | Description |
|---|---|---|
| componentRenderer | TGlBasicComponentRenderer |
Returns:
void