PFN_vkGetPipelineIndirectDeviceAddressNV

Type Alias PFN_vkGetPipelineIndirectDeviceAddressNV 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineIndirectDeviceAddressInfoNV) -> u64)

Some value of type T.