const ComputePass: LC<ComputePassProps>
Compute pass.
Executes all compute calls. Can optionally run immediately instead of per-frame.
{ pre?: CommandToBuffer[], compute?: ComputeToPass[], }
boolean
children?
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| DeferredCall<any>
packages / workbench / src / pass / compute-pass.ts