FfxParallelSortDispatchDescription

A structure encapsulating the parameters needed to sort the buffer(s) provided.

File location: sdk/include/FidelityFX/host/ffx_parallelsort.h

Detailed description

A structure encapsulating the parameters needed to sort the buffer(s) provided.

Data fields

Type

Description

FfxCommandList

commandList
The “FfxCommandList“ to record parallel sort compute commands into.

FfxResource

keyBuffer
The buffer resource containing the keys to sort.

FfxResource

payloadBuffer
The (optional) payload buffer to sort (requires “FFX_PARALLELSORT_PAYLOAD_SORT“ be set)

uint32_t

numKeysToSort
The number of keys in the buffer requiring sorting.