Luna::RHI::ICommandBuffer::set_compute_descriptor_set

virtual void set_compute_descriptor_set(u32 index, IDescriptorSet *descriptor_set)=0

Sets the descriptor set to be used by the compute pipeline.

This behaves the same as calling set_computes_descriptor_sets with only one element.

Parameters

Valid Usage

  • This must be called after set_computes_pipeline_state and set_computes_pipeline_layout.