Choose your operating system:
Windows
macOS
Linux
typedef TBaseDelegate_SixParams< void, FRHICommandListImmediate &, int32, int32, EGPUSortFlags, FRHIUnorderedAccessView *, FRHIUnorderedAccessView * > FGPUSortKeyGenDelegate
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/GPUSortManager.h |
Include |
#include "GPUSortManager.h" |
Callback used by the FGPUSortManager to make each client system initialize the sort keys for a specific sort batch. Sort batches are created when GPU sort tasks are registered in FGPUSortManager::AddTask().
that the system that is getting this callback must only initialize the data for the elements is has registered in this batch.