PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV

Type Alias PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV 

Source
pub type PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV = unsafe extern "system" fn(_physical_device: PhysicalDevice, _combination_count: *mut u32, _combinations: *mut FramebufferMixedSamplesCombinationNV) -> Result;
Expand description