class ParallelSort
File location: framework/rendermodules/gpuparticle/parallelsort.h
Construction
Return type |
Description |
---|---|
ParallelSort ()
|
Methods
Return type |
Description |
---|---|
void |
Init (uint32_t maxEntries, bool bHasPayload, bool bIndirect)
|
void |
Execute ( cauldron::CommandList * pCmdList, NumKeys numKeysToSort, const cauldron::Buffer * pKeyBuffer, const cauldron::Buffer * pPayloadBuffer = nullptr )
|