Luna::RHI::IDevice::new_descriptor_set

virtual R< Ref< IDescriptorSet > > new_descriptor_set(const DescriptorSetDesc &desc)=0

Creates one new descriptor set object that describes resources that are bound to the pipeline.

Parameters

  • in desc

    The descriptor object.

Return value

Returns the created descriptor set object.