PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV

Type Alias PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV 

Source
pub type PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pPropertyCount: *mut u32, pProperties: *mut VkCooperativeVectorPropertiesNV) -> VkResult>;

Aliased Type§

pub enum PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV {
    None,
    Some(unsafe extern "system" fn(*mut VkPhysicalDevice_T, *mut u32, *mut VkCooperativeVectorPropertiesNV) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.