Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FGPUSortManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/GPUSortManager.h |
Include | #include "GPUSortManager.h" |
Syntax
struct FAllocationInfo
Remarks
Information about the bindings for a given sort task.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | BufferOffset | The offset within BufferSRV where the sort task data starts. |
![]() |
FShaderResourceViewRHIRef | BufferSRV | The buffer that will hold the final sorted values |
![]() |
int32 | ElementIndex | The element index of the sort task within the batch. |
![]() |
int32 | SortBatchId | The batch Id in which the sort task is grouped. |