pub type PFN_vkGetDeviceGroupSurfacePresentModesKHR = Option<unsafe extern "system" fn(device: Device, surface: SurfaceKHR, p_modes: *mut DeviceGroupPresentModeFlagsKHR) -> Result>;Expand description
vkGetDeviceGroupSurfacePresentModesKHR
Provided by VK_KHR_swapchain.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_SURFACE_LOST_KHRVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
surfacemust be externally synchronized
Aliased Type§
pub enum PFN_vkGetDeviceGroupSurfacePresentModesKHR {
None,
Some(unsafe extern "system" fn(Device, SurfaceKHR, *mut DeviceGroupPresentModeFlagBitsKHR) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, SurfaceKHR, *mut DeviceGroupPresentModeFlagBitsKHR) -> Result)
Some value of type T.