pub type PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR = unsafe extern "system" fn(_physical_device: PhysicalDevice, _refreshable_object_type_count: *mut u32, _refreshable_object_types: *mut ObjectType) -> Result;
Expand description