Struct ash::vk::ExtMetalSurfaceFn [−][src]
pub struct ExtMetalSurfaceFn { pub create_metal_surface_ext: extern "system" fn(instance: Instance, p_create_info: *const MetalSurfaceCreateInfoEXT, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result, }
Fields
create_metal_surface_ext: extern "system" fn(instance: Instance, p_create_info: *const MetalSurfaceCreateInfoEXT, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result
Implementations
pub unsafe fn create_metal_surface_ext(
&self,
instance: Instance,
p_create_info: *const MetalSurfaceCreateInfoEXT,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
pub unsafe fn create_metal_surface_ext(
&self,
instance: Instance,
p_create_info: *const MetalSurfaceCreateInfoEXT,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtMetalSurfaceFn
impl Unpin for ExtMetalSurfaceFn
impl UnwindSafe for ExtMetalSurfaceFn
Blanket Implementations
Mutably borrows from an owned value. Read more