Luna::RHI::IDescriptorSet
Describes which views and samples are bound to the pipeline. This can be set at any time before the draw call or dispatch call is submitted.
interface Luna::RHI::IDescriptorSet : public virtual IDeviceChild
Base type
Member functions
-
virtual RV update_descriptors(Span< const WriteDescriptorSet > writes)=0
Updates descriptors' data in this descriptor set.