Home > @visualization-tools/core > GlRenderer > (constructor)
Constructs a new instance of the GlRenderer class
Signature:
protected constructor(context: TGlContext, options: IGlRendererOptions<TGlExtensionKeys>, renderContextFactory: GlComponentRendererFactory<TComponentRenderer>, callbacks: Partial<IRendererCallbacks<TExtractGcContext<TComponentRenderer>>> | undefined, sharedState: IGlRendererSharedState);
| Parameter | Type | Description |
|---|---|---|
| context | TGlContext | |
| options | IGlRendererOptions<TGlExtensionKeys> | |
| renderContextFactory | GlComponentRendererFactory<TComponentRenderer> | |
| callbacks | Partial<IRendererCallbacks<TExtractGcContext<TComponentRenderer>>> | undefined | |
| sharedState | IGlRendererSharedState |