Struct ash::extensions::ext::MetalSurface [−][src]
pub struct MetalSurface { /* fields omitted */ }
Implementations
pub unsafe fn create_metal_surface(
&self,
create_info: &MetalSurfaceCreateInfoEXT,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
pub unsafe fn create_metal_surface(
&self,
create_info: &MetalSurfaceCreateInfoEXT,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetalSurface
impl Send for MetalSurface
impl Sync for MetalSurface
impl Unpin for MetalSurface
impl UnwindSafe for MetalSurface
Blanket Implementations
Mutably borrows from an owned value. Read more