Structures
VkRefreshCycleDurationGOOGLE
Structure containing the RC duration of a display
The VkRefreshCycleDurationGOOGLE structure is defined as:
typedef struct VkRefreshCycleDurationGOOGLE {
uint64_t refreshDuration;
} VkRefreshCycleDurationGOOGLE;
pub struct RefreshCycleDurationGOOGLE {
refresh_duration: u64, // Number of nanoseconds from the start of one refresh cycle to the next
}
refreshDurationis the number of nanoseconds from the start of one refresh cycle to the next.
Parent
VK_GOOGLE_display_timingType
Structures