pub trait ExtSwapchainMaintenance1Extension: DeviceV1_0 {
    const METADATA: Extension = EXT_SWAPCHAIN_MAINTENANCE1_EXTENSION;

    // Provided method
    unsafe fn release_swapchain_images_ext(
        &self,
        release_info: &ReleaseSwapchainImagesInfoEXT
    ) -> VkResult<()> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_SWAPCHAIN_MAINTENANCE1_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§