Trait vulkanalia::vk::MvkMacosSurfaceExtension[][src]

pub trait MvkMacosSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension;
    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

Associated Constants

👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

The metadata for this extension.

Provided methods

👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

Implementors