Home > @visualization-tools/cartesian-2d > GlCartesian2dTraceBinder
Binds trace data to WebGL buffers.
Signature:
export declare class GlCartesian2dTraceBinder extends AGlInstancedBinder<TGlInstancedComponentRenderer, TGlTraceEntity, TGlF32BufferLayout> implements IGlTraceBinder
Extends: AGlInstancedBinder<TGlInstancedComponentRenderer, TGlTraceEntity, TGlF32BufferLayout>
Implements: IGlTraceBinder
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(bindsOutput) | Constructs a new instance of the GlCartesian2dTraceBinder class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| binderClassificationId | symbol | ||
| bindings | { positionAttribute: IGlAttribute<Float32Array>; configUniform: GlMat4Uniform; } | ||
| bindsOutput | boolean | ||
| linkId | symbol | ||
| specification | IGlProgramSpec |