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

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

Associated Constants

const METADATA: ExtensionMetadata[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...