pub type PFN_vkCmdPushDescriptorSetWithTemplateKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, descriptorUpdateTemplate: VkDescriptorUpdateTemplate, layout: VkPipelineLayout, set: u32, pData: *const c_void)>;Aliased Type§
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.