跳至内容

FfxParallelSortDispatchDescription

struct FfxParallelSortDispatchDescription

封装了对提供的缓冲区进行排序所需的参数的结构。

依赖项: FfxResource

公共接口

公共成员

FfxCommandList 命令列表

FfxCommandList commandList

用于在其中记录并行排序计算命令的 FfxCommandList。

来源: sdk/include/FidelityFX/host/ffx_parallelsort.h (第 115 行,第 33 列)

FfxResource keyBuffer

FfxResource keyBuffer

包含要排序的键的缓冲区资源。

来源: sdk/include/FidelityFX/host/ffx_parallelsort.h (第 116 行,第 33 列)

FfxResource payloadBuffer

FfxResource payloadBuffer

用于排序的(可选)有效负载缓冲区(需要设置 FFX_PARALLELSORT_PAYLOAD_SORT)

来源: sdk/include/FidelityFX/host/ffx_parallelsort.h (第 117 行,第 33 列)

uint32_t numKeysToSort

uint32_t numKeysToSort

缓冲区中需要排序的键的数量。

来源: sdk/include/FidelityFX/host/ffx_parallelsort.h (第 118 行,第 33 列)

使用该项: FfxParallelSort

来源: sdk/include/FidelityFX/host/ffx_parallelsort.h (第 113 行,第 1 列)

© . This site is unofficial and not affiliated with AMD.