pub type PFN_vkGetPhysicalDeviceProperties = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pProperties: *mut VkPhysicalDeviceProperties)>;Aliased Type§
enum PFN_vkGetPhysicalDeviceProperties {
None,
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *mut VkPhysicalDeviceProperties)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkPhysicalDevice_T, _: *mut VkPhysicalDeviceProperties))
Some value of type T.