PFN_vkCmdPushDescriptorSetWithTemplate2

Type Alias PFN_vkCmdPushDescriptorSetWithTemplate2 

Source
pub type PFN_vkCmdPushDescriptorSetWithTemplate2 = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pPushDescriptorSetWithTemplateInfo: *const VkPushDescriptorSetWithTemplateInfo)>;

Aliased Type§

pub enum PFN_vkCmdPushDescriptorSetWithTemplate2 {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkPushDescriptorSetWithTemplateInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkPushDescriptorSetWithTemplateInfo))

Some value of type T.