PFN_vkGetPhysicalDeviceFeatures

Type Alias PFN_vkGetPhysicalDeviceFeatures 

Source
pub type PFN_vkGetPhysicalDeviceFeatures = unsafe extern "system" fn(_physical_device: PhysicalDevice, _features: *mut PhysicalDeviceFeatures);
Expand description