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§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkDescriptorUpdateTemplate_T, *mut VkPipelineLayout_T, u32, *const c_void))
Some value of type T.