pub type PFN_vkGetDeviceGroupPresentCapabilitiesKHR = Option<unsafe extern "system" fn(device: Device, p_device_group_present_capabilities: *mut DeviceGroupPresentCapabilitiesKHR) -> Result>;Expand description
vkGetDeviceGroupPresentCapabilitiesKHR
Provided by VK_KHR_swapchain.
§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_vkGetDeviceGroupPresentCapabilitiesKHR {
None,
Some(unsafe extern "system" fn(Device, *mut DeviceGroupPresentCapabilitiesKHR) -> Result),
}