Pipeline

1.5.1+

Wrapper around a pipeline resource.

Note: Pipelines are per-engine, they can thus be shared by multiple scenes.

Properties


Properties

.name: string

The pipeline’s name


.webglProgram: null | WebGLProgram

The webgl shader program created for this pipeline

Note: /!\ Use at your own risk. Backwards compatibility on WebGL state set for the shaders cannot maintain backwards compatibility and may change at any time.

Returns: The underlying WebGLProgram or null if not using WebGL.