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