pub trait QnxScreenSurfaceExtension: InstanceV1_0 {
    const METADATA: Extension = QNX_SCREEN_SURFACE_EXTENSION;

    // Provided methods
    unsafe fn create_screen_surface_qnx(
        &self,
        create_info: &ScreenSurfaceCreateInfoQNX,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SurfaceKHR> { ... }
    unsafe fn get_physical_device_screen_presentation_support_qnx(
        &self,
        physical_device: PhysicalDevice,
        queue_family_index: u32,
        window: *mut _screen_window
    ) -> Bool32 { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = QNX_SCREEN_SURFACE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§