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

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

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...