Vixen
02b45cc4
csharp
public sealed class ComputeDispatch

What 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 CommandList

    The command list the dispatch is recorded into.

  • public ComputeRenderer Node

    The node being dispatched.

  • public required Effect Effect

    The 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