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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *mut u32, _: *mut VkFramebufferMixedSamplesCombinationNV) -> i32)

Some value of type T.