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