pub type PFN_vkGetDeviceGroupPeerMemoryFeatures = unsafe extern "system" fn(_device: Device, _heap_index: u32, _local_device_index: u32, _remote_device_index: u32, _peer_memory_features: *mut PeerMemoryFeatureFlags);
Expand description