pub trait KhrSharedPresentableImageExtension: DeviceV1_0 {
    const METADATA: Extension = KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION;

    // Provided method
    unsafe fn get_swapchain_status_khr(
        &self,
        swapchain: SwapchainKHR
    ) -> VkResult<SuccessCode> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§