Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/GPUSortManager.h |
Include |
#include "GPUSortManager.h" |
struct FAllocationInfo
Information about the bindings for a given sort task.
Name | Description | ||
---|---|---|---|
|
BufferOffset |
The offset within BufferSRV where the sort task data starts. |
|
|
BufferSRV |
The buffer that will hold the final sorted values |
|
|
ElementIndex |
The element index of the sort task within the batch. |
|
|
SortBatchId |
The batch Id in which the sort task is grouped. |