pub trait MvkMacosSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = MVK_MACOS_SURFACE_EXTENSION;

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

Provided Associated Constants§

source

const METADATA: Extension = MVK_MACOS_SURFACE_EXTENSION

👎Deprecated: deprecated in favor of VK_EXT_metal_surface

The metadata for this extension.

Provided Methods§

Implementors§