Navigation
API > API/Runtime > API/Runtime/RHI
Hint to the driver on how to load balance async compute work. On some platforms this may be a priority, on others actually masking out parts of the GPU for types of work.
| Name | EAsyncComputeBudget |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum EAsyncComputeBudget
{
ELeast_0,
EGfxHeavy_1,
EBalanced_2,
EComputeHeavy_3,
EAll_4,
}
Values
| Name | Remarks |
|---|---|
| ELeast_0 | |
| EGfxHeavy_1 | |
| EBalanced_2 | |
| EComputeHeavy_3 | |
| EAll_4 |