Interface IDescriptorSet

IDescriptorSet interface

The descriptor sets describes different resources that can be used to bind to the render pipeline like buffers, textures

public interface IDescriptorSet : IDisposable

Methods

NameDescription
BeginUpdate()Begin to update the descriptor set

See Also