Function: createContoursProgram()
createContoursProgram<
N
,E
,G
>(nodes
,options
?):WebGLLayerProgramType
<N
,E
,G
>
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
>