Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGPUSortManager
Description
Test whether a batch flags are compatible with a given task. Used to know if the task can be merged in the batch.
| Name | TestBatchFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GPUSortManager.h |
| Include Path | #include "GPUSortManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GPUSortManager.cpp |
static bool TestBatchFlags
(
EGPUSortFlags BatchFlags,
EGPUSortFlags TaskFlags
)