Trait vulkanalia::vk::ExtDisplayControlExtension[][src]

pub trait ExtDisplayControlExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn display_power_control_ext(
        &self,
        display: DisplayKHR,
        display_power_info: &DisplayPowerInfoEXT
    ) -> VkResult<()> { ... }
unsafe fn get_swapchain_counter_ext(
        &self,
        swapchain: SwapchainKHR,
        counter: SurfaceCounterFlagsEXT
    ) -> VkResult<u64> { ... }
unsafe fn register_device_event_ext(
        &self,
        device_event_info: &DeviceEventInfoEXT,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<Fence> { ... }
unsafe fn register_display_event_ext(
        &self,
        display: DisplayKHR,
        display_event_info: &DisplayEventInfoEXT,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<Fence> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...