pub type PFN_vkCmdSetDescriptorBufferOffsetsEXT = unsafe extern "system" fn(_command_buffer: CommandBuffer, _pipeline_bind_point: PipelineBindPoint, _layout: PipelineLayout, _first_set: u32, _set_count: u32, _buffer_indices: *const u32, _offsets: *const DeviceSize);
Expand description