pub trait ExtDirectModeDisplayExtension: InstanceV1_0 {
    const METADATA: Extension = EXT_DIRECT_MODE_DISPLAY_EXTENSION;

    // Provided method
    unsafe fn release_display_ext(
        &self,
        physical_device: PhysicalDevice,
        display: DisplayKHR
    ) -> VkResult<()> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_DIRECT_MODE_DISPLAY_EXTENSION

The metadata for this extension.

Provided Methods§

Implementors§