Props for the RenderingPipeline component.
Props for the RenderingPipeline component.
Ordered list of passes to execute every frame.
Optionalpriority?: numberFrame priority (passed to useFrame). Defaults to 1.
Optionalsamples?: numberMultisample count for the main render target. Defaults to 0.
Optionalsupersample?: numberRender target supersampling factor. Defaults to 1.
Generic render pipeline component that runs an ordered list of Pass objects against a shared
WebGLRenderTarget(color + depth texture). Use it to compose custom rendering pipelines — e.g. a OITRenderPass based pipeline for order-independent transparency.