Trait vulkanalia::vk::MvkIosSurfaceExtension[][src]

pub trait MvkIosSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension;
    unsafe fn create_ios_surface_mvk(
        &self,
        create_info: &IOSSurfaceCreateInfoMVK,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... } }
👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

Associated Constants

const METADATA: Extension[src]

👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

The metadata for this extension.

Loading content...

Provided methods

unsafe fn create_ios_surface_mvk(
    &self,
    create_info: &IOSSurfaceCreateInfoMVK,
    allocator: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
[src]

👎 Deprecated:

deprecated in favor of VK_EXT_metal_surface

Loading content...

Implementors

Loading content...