PFN_vkCmdPushDescriptorSet

Type Alias PFN_vkCmdPushDescriptorSet 

Source
pub type PFN_vkCmdPushDescriptorSet = unsafe extern "system" fn(_command_buffer: CommandBuffer, _pipeline_bind_point: PipelineBindPoint, _layout: PipelineLayout, _set: u32, _descriptor_write_count: u32, _descriptor_writes: *const WriteDescriptorSet);
Expand description