Navigation
API > API/Runtime > API/Runtime/Engine
GPU sorting tests.
| Name | EGPUSortTest |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/GPUSort.h |
| Include Path | #include "GPUSort.h" |
Syntax
enum EGPUSortTest
{
GPU_SORT_TEST_SMALL = 1,
GPU_SORT_TEST_LARGE,
GPU_SORT_TEST_EXHAUSTIVE,
GPU_SORT_TEST_RANDOM,
}
Values
| Name | Remarks |
|---|---|
| GPU_SORT_TEST_SMALL | Tests the sort on a small set of elements. |
| GPU_SORT_TEST_LARGE | Tests the sort on a large set of elements. |
| GPU_SORT_TEST_EXHAUSTIVE | Tests the sort on many different sizes of elements. |
| GPU_SORT_TEST_RANDOM |