createColorLayerProgram
createColorLayerProgram<
N,E,G>(options?):ColorLayerProgramType<N,E,G>
Defined in: packages/layer-webgl/src/color/index.ts:21
Type Parameters
N
N extends Attributes = Attributes
E
E extends Attributes = Attributes
G
G extends Attributes = Attributes
Parameters
options?
Partial<ColorLayerOptions>
Returns
ColorLayerProgramType<N, E, G>