Skip to content

FfxParallelSortDispatchDescription

struct FfxParallelSortDispatchDescription

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

Dependencies: FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record parallel sort compute commands into.

Source: sdk/include/FidelityFX/host/ffx_parallelsort.h (line 115, column 33)

FfxResource keyBuffer

FfxResource keyBuffer

The buffer resource containing the keys to sort.

Source: sdk/include/FidelityFX/host/ffx_parallelsort.h (line 116, column 33)

FfxResource payloadBuffer

FfxResource payloadBuffer

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

Source: sdk/include/FidelityFX/host/ffx_parallelsort.h (line 117, column 33)

uint32_t numKeysToSort

uint32_t numKeysToSort

The number of keys in the buffer requiring sorting.

Source: sdk/include/FidelityFX/host/ffx_parallelsort.h (line 118, column 33)

Used By: FfxParallelSort

Source: sdk/include/FidelityFX/host/ffx_parallelsort.h (line 113, column 1)