Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
Syntax
struct FRHIGPUUsageFractions
Remarks
Structs that describe how intensively a GPU is being used.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ClockScaling | Fraction on how much much the GPU clocks has been scaled down by driver for energy savings. | |
| float | CurrentProcess | Fraction of GPU resource dedicated for our own process at current clock scaling. | |
| float | ExternalProcesses | Fraction of GPU resource dedicated for other processes at current clock scaling. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetUnused () |
Remaining fraction of GPU resource that is idle. |