![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GPUSortManager.h>
Public Attributes | |
| FShaderResourceViewRHIRef | BufferSRV |
| uint32 | BufferOffset = INDEX_NONE |
| int32 | SortBatchId = INDEX_NONE |
| int32 | ElementIndex = INDEX_NONE |
Information about the bindings for a given sort task.
| uint32 FGPUSortManager::FAllocationInfo::BufferOffset = INDEX_NONE |
The offset within BufferSRV where the sort task data starts.
| FShaderResourceViewRHIRef FGPUSortManager::FAllocationInfo::BufferSRV |
The buffer that will hold the final sorted values
| int32 FGPUSortManager::FAllocationInfo::ElementIndex = INDEX_NONE |
The element index of the sort task within the batch.
| int32 FGPUSortManager::FAllocationInfo::SortBatchId = INDEX_NONE |
The batch Id in which the sort task is grouped.