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