mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
345 B
345 B
Pass (Experimental)
Base class for all render passes.
Props
enabled : Boolean (default true)
Whether this pass should be executed.
screen : Boolean (default: false)
Whether this pass should render to screen.
swap : Boolean (default: false)
Swap the frame buffers after this pass has finished rendering.