Manage your cookie settings. You can enable or disable different types of cookies below. For more details, see our Privacy Policy.

Pipeline

1.5.1+

Wrapper around a pipeline resource.

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

.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.