visualization-tools

Home > @visualization-tools/core > GlComponentRendererFactory

GlComponentRendererFactory class

Webgl component renderer factory.

Signature:

export declare class GlComponentRendererFactory<TComponentRenderer extends TGlComponentRenderer<TGlContext, never>> implements IComponentRendererFactory<IGlProgramSpec, TComponentRenderer> 

Implements: IComponentRendererFactory<IGlProgramSpec, TComponentRenderer>

Constructors

Constructor Modifiers Description
(constructor)(context, localizations, sharedState, extensions)   Constructs a new instance of the GlComponentRendererFactory class

Methods

Method Modifiers Description
createOne(context, extensions, sharedState, localizations) static  
createRenderer(specification)    
getExtensions(context, requiredExtensions) static  
setContext(context)