EGPUSortTest

GPU sorting tests.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss