Home > @visualization-tools/core > GlComponentRendererFactory
Webgl component renderer factory.
Signature:
export declare class GlComponentRendererFactory<TComponentRenderer extends TGlComponentRenderer<TGlContext, never>> implements IComponentRendererFactory<IGlProgramSpec, TComponentRenderer>
Implements: IComponentRendererFactory<IGlProgramSpec, TComponentRenderer>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(context, localizations, sharedState, extensions) | Constructs a new instance of the GlComponentRendererFactory class |
| Method | Modifiers | Description |
|---|---|---|
| createOne(context, extensions, sharedState, localizations) | static |
|
| createRenderer(specification) | ||
| getExtensions(context, requiredExtensions) | static |
|
| setContext(context) |