Skip to main content

PFN_vkCmdPushDescriptorSetWithTemplate2

Type Alias PFN_vkCmdPushDescriptorSetWithTemplate2 

Source
pub type PFN_vkCmdPushDescriptorSetWithTemplate2 = Option<FN_vkCmdPushDescriptorSetWithTemplate2>;
Expand description

vkCmdPushDescriptorSetWithTemplate2

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.