Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GPUSort.h |
| Include | #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 | Description |
|---|---|
| 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 |
Remarks
GPU sorting tests.