mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
370 B
370 B
CopyPass (Experimental)
Copies the input buffer to the output buffer or the screen.
Usage
Copy output of the previous pass (the inputBuffer) to the screen
new CopyPass(gl, {screen: true}),
Methods
constructor(gl : WebGLRenderingContext, props : Object)
Creates a new CopyPass instance
Properties
Inherits properties from Pass