LabelBackgroundProgramType
LabelBackgroundProgramType<
N,E,G> = (gl,pickingBuffer,renderer) =>LabelBackgroundProgram<string,N,E,G>
Defined in: packages/sigma/src/rendering/nodes/labels/background.ts:301
Type Parameters
N
N extends Attributes = Attributes
E
E extends Attributes = Attributes
G
G extends Attributes = Attributes
Parameters
gl
WebGL2RenderingContext
pickingBuffer
WebGLFramebuffer | null
renderer
Sigma<N, E, G>
Returns
LabelBackgroundProgram<string, N, E, G>