pub type PFN_vkCreateScreenSurfaceQNX = Option<unsafe extern "system" fn(instance: Instance, p_create_info: *const ScreenSurfaceCreateInfoQNX, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result>;Expand description
vkCreateScreenSurfaceQNX
Provided by VK_QNX_screen_surface.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkCreateScreenSurfaceQNX {
None,
Some(unsafe extern "system" fn(Instance, *const ScreenSurfaceCreateInfoQNX, *const AllocationCallbacks, *mut SurfaceKHR) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Instance, *const ScreenSurfaceCreateInfoQNX, *const AllocationCallbacks, *mut SurfaceKHR) -> Result)
Some value of type T.