Function: createContoursProgram()
createContoursProgram<
N
,E
,G
>(nodes
,options
?):WebGLLayerProgramType
<N
,E
,G
>
Defined in: layer-webgl/src/contours/index.ts:14
Type Parameters
• N extends Attributes
= Attributes
• E extends Attributes
= Attributes
• G extends Attributes
= Attributes
Parameters
nodes
string
[]
options?
Partial
<ContoursOptions
>
Returns
WebGLLayerProgramType
<N
, E
, G
>