pub trait ExtMetalSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = EXT_METAL_SURFACE_EXTENSION;

    // Provided method
    unsafe fn create_metal_surface_ext(
        &self,
        create_info: &MetalSurfaceCreateInfoEXT,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_METAL_SURFACE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§