csharp
public sealed class ComputeDispatchWhat a compute node's body is given to bind anything its declaration cannot express.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The escape hatch, no longer the mechanism. A node with Descriptors configured writes its own set out of the resources it declared; this stays for the bindings that are not frame resources at all — a persistent buffer the compositor never hears about, or a second set the node has no way to name.
Fields and properties (3)
public ICommandList CommandListThe command list the dispatch is recorded into.
public ComputeRenderer NodeThe node being dispatched.
public required Effect EffectThe effect resolved for this dispatch.
Methods (1)
public BufferHandle Buffer(string name)The buffer a name resolved to, for this frame.
Used by (1)
- ComputeRendererVixen.Rendering