mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
325 B
325 B
ClearPass (Experimental)
Clears the output buffer. Takes the same parameters as the clear call.
Usage
Clear the outputBuffer
new ClearPass(gl)
Methods
constructor(gl : WebGLRenderingContext, props : Object)
Creates a new ClearPass instance
Properties
Inherits properties from Pass