Home > @visualization-tools/core > TGlContextAdapterCtor
Constructor signature for Gl1ContextAdapter or Gl2ContextAdapter.
Signature:
export declare type TGlContextAdapterCtor<TCtx> = new (canvas: HTMLCanvasElement, eventService: IEventService, attributes?: WebGLContextAttributes) => IContextAdapter<TCtx>;
References: IEventService, IContextAdapter