pub trait NnViSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = NN_VI_SURFACE_EXTENSION;

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

Provided Associated Constants§

source

const METADATA: Extension = NN_VI_SURFACE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§