Method Dispatch
Dispatch(CommandBuffer, Args)
Sorts a list of (key, value) pairs.
Declaration
public void Dispatch(CommandBuffer cmd, GPUSort.Args args)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | cmd | Command buffer for recording the sorting commands. |
GPUSort.Args | args | Runtime arguments for the sorting. |