pub type PFN_vkSetDeviceMemoryPriorityEXT = unsafe extern "system" fn(_device: Device, _memory: DeviceMemory, _priority: f32);
Expand description