[][src]Trait vulkanalia::vk::GoogleDisplayTimingExtension

pub trait GoogleDisplayTimingExtension: DeviceV1_0 {
    pub fn get_past_presentation_timing_google(
        &self,
        swapchain: SwapchainKHR
    ) -> VkResult<Vec<PastPresentationTimingGOOGLE>> { ... }
pub fn get_refresh_cycle_duration_google(
        &self,
        swapchain: SwapchainKHR
    ) -> VkResult<RefreshCycleDurationGOOGLE> { ... } }

Provided methods

Loading content...

Implementors

impl GoogleDisplayTimingExtension for Device[src]

Loading content...