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§

§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.