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

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

Provided methods

Loading content...

Implementors

impl ExtDisplayControlExtension for Device[src]

Loading content...