Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

createContoursProgram

createContoursProgram<N, E, G>(nodes, options?): WebGLLayerProgramType<N, E, G>

Defined in: packages/layer-webgl/src/contours/index.ts:13

Type Parameters

N

N extends Attributes = Attributes

E

E extends Attributes = Attributes

G

G extends Attributes = Attributes

Parameters

nodes

string[]

options?

Partial<ContoursOptions>

Returns

WebGLLayerProgramType<N, E, G>