pub trait MvkIosSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = MVK_IOS_SURFACE_EXTENSION;

    // Provided method
    unsafe fn create_ios_surface_mvk(
        &self,
        create_info: &IOSSurfaceCreateInfoMVK,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... }
}
👎Deprecated: deprecated in favor of VK_EXT_metal_surface
Expand description

Provided Associated Constants§

source

const METADATA: Extension = MVK_IOS_SURFACE_EXTENSION

👎Deprecated: deprecated in favor of VK_EXT_metal_surface

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§