PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV

Type Alias PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV 

Source
pub type PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pCombinationCount: *mut u32, pCombinations: *mut VkFramebufferMixedSamplesCombinationNV) -> VkResult>;

Aliased Type§

pub 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.