Function vkCmdPushDescriptorSet

Source
pub unsafe extern "system" fn vkCmdPushDescriptorSet(
    commandBuffer: VkCommandBuffer,
    pipelineBindPoint: VkPipelineBindPoint,
    layout: VkPipelineLayout,
    set: u32,
    descriptorWriteCount: u32,
    pDescriptorWrites: *const VkWriteDescriptorSet,
)