inputs property
Set<RenderInput>
get
inputs
The engine geometry buffers this pass reads, beyond the always-available scene color. Declaring one makes the engine produce it this frame and exposes it on the RenderPassContext. Empty by default (color only).
Implementation
Set<RenderInput> get inputs => const {};