pub type PFN_vkGetPipelineIndirectDeviceAddressNV = Option<unsafe extern "system" fn(device: VkDevice, pInfo: *const VkPipelineIndirectDeviceAddressInfoNV) -> VkDeviceAddress>;Aliased Type§
pub enum PFN_vkGetPipelineIndirectDeviceAddressNV {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineIndirectDeviceAddressInfoNV) -> u64),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineIndirectDeviceAddressInfoNV) -> u64)
Some value of type T.