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

pub trait MvkMacosSurfaceExtension: InstanceV1_0 {
    fn create_mac_os_surface_mvk(
        &self,
        create_info: &MacOSSurfaceCreateInfoMVK,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... } }
👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

Provided methods

fn create_mac_os_surface_mvk(
    &self,
    create_info: &MacOSSurfaceCreateInfoMVK,
    allocator: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>

👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

Loading content...

Implementors

impl MvkMacosSurfaceExtension for Instance[src]

Loading content...