Type Alias unity_native_plugin_sys::PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
source · pub type PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pCombinationCount: *mut u32, pCombinations: *mut VkFramebufferMixedSamplesCombinationNV) -> VkResult>;Aliased Type§
enum PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV {
None,
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *mut u32, _: *mut VkFramebufferMixedSamplesCombinationNV) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *mut u32, _: *mut VkFramebufferMixedSamplesCombinationNV) -> i32)
Some value of type T.