visualization-tools

Home > @visualization-tools/core > TGlContextAdapterCtor

TGlContextAdapterCtor type

Constructor signature for Gl1ContextAdapter or Gl2ContextAdapter.

Signature:

export declare type TGlContextAdapterCtor<TCtx> = new (canvas: HTMLCanvasElement, eventService: IEventService, attributes?: WebGLContextAttributes) => IContextAdapter<TCtx>;

References: IEventService, IContextAdapter