Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
Syntax
struct FRHIFlipDetails
Remarks
Struct to provide details of swap chain flips
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | FlipTimeInSeconds | ||
| uint64 | PresentIndex | ||
| double | VBlankTimeInSeconds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIFlipDetails
(
uint64 InPresentIndex, |