Class VkRefreshCycleDurationGOOGLE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRefreshCycleDurationGOOGLE extends Struct<VkRefreshCycleDurationGOOGLE> implements NativeResource
Structure containing the RC duration of a display.
See Also

GetRefreshCycleDurationGOOGLE

Layout


 struct VkRefreshCycleDurationGOOGLE {
     uint64_t refreshDuration();
 }