Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include | #include "RHIDefinitions.h" |
Syntax
enum EAsyncComputeBudget
{
ELeast_0,
EGfxHeavy_1,
EBalanced_2,
EComputeHeavy_3,
EAll_4,
}
Values
| Name | Description |
|---|---|
| ELeast_0 | |
| EGfxHeavy_1 | |
| EBalanced_2 | |
| EComputeHeavy_3 | |
| EAll_4 |
Remarks
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.