PFN_vkCmdPushDescriptorSetWithTemplateKHR

Type Alias PFN_vkCmdPushDescriptorSetWithTemplateKHR 

Source
pub type PFN_vkCmdPushDescriptorSetWithTemplateKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, descriptorUpdateTemplate: VkDescriptorUpdateTemplate, layout: VkPipelineLayout, set: u32, pData: *const c_void)>;

Aliased Type§

pub enum PFN_vkCmdPushDescriptorSetWithTemplateKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkDescriptorUpdateTemplate_T, *mut VkPipelineLayout_T, u32, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkDescriptorUpdateTemplate_T, *mut VkPipelineLayout_T, u32, *const c_void))

Some value of type T.