Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/GPUSortManager.h |
Include |
#include "GPUSortManager.h" |
struct FKeyGenInfo
A little helper to generate the batch element keys based on the number of elements in the batch and the sort precision.
Name | Description | ||
---|---|---|---|
|
ElementKeyMask |
ElementKey = (ElementIndex & EmitterKeyMask) << ElementKeyShift. |
|
|
ElementKeyShift |
||
|
SortKeyMask |
||
|
SortKeyParams |
(SortKeyMask, SortKeyShift, SortKeySignBit, -) |
Name | Description | |
---|---|---|
|
FKeyGenInfo |