pub trait KhrAndroidSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = KHR_ANDROID_SURFACE_EXTENSION;

    // Provided method
    unsafe fn create_android_surface_khr(
        &self,
        create_info: &AndroidSurfaceCreateInfoKHR,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_ANDROID_SURFACE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§