luma.gl/docs/api-reference/multipass/shader-module-pass.md
2018-09-06 12:12:17 -07:00

363 B

ShaderModulePass (Experimental)

Automatically creates a rendering pass from a compatible shader module. Look for the 'ShaderPass' badge in the documentation of shader modules.

Methods

constructor(gl : WebGLRenderingContext, props : Object)

Creates a new ShaderModulePass instance

Remarks

  • The created rendering pass can be a composite pass.