Class: abstract NodeProgram<Uniform, N, E, G>
Defined in: sigma/src/rendering/node.ts:26
Extends
Program<Uniform,N,E,G>
Extended by
Type Parameters
• Uniform extends string = string
• N extends Attributes = Attributes
• E extends Attributes = Attributes
• G extends Attributes = Attributes
Implements
AbstractNodeProgram<N,E,G>
Constructors
new NodeProgram()
new NodeProgram<
Uniform,N,E,G>(gl,pickingBuffer,renderer):NodeProgram<Uniform,N,E,G>
Defined in: sigma/src/rendering/program.ts:81
Parameters
gl
WebGLRenderingContext | WebGL2RenderingContext
pickingBuffer
null | WebGLFramebuffer