Structures
VkRefreshCycleDurationGOOGLE
Structure containing the RC duration of a display
The VkRefreshCycleDurationGOOGLE
structure is defined as:
typedef struct VkRefreshCycleDurationGOOGLE {
uint64_t refreshDuration;
} VkRefreshCycleDurationGOOGLE;
refreshDuration
is the number of nanoseconds from the start of one refresh cycle to the next.