Class DescriptorSetUpdater
Contents
[
Hide
]DescriptorSetUpdater class
This class allows to update the IDescriptorSet in a chain operation.
public sealed class DescriptorSetUpdater : IDisposable
Methods
| Name | Description |
|---|---|
| Bind(IBuffer) | Bind the entire buffer to current descriptor |
| Bind(ITextureUnit) | Bind the texture unit to current descriptor set |
| Bind(int, IBuffer) | Bind the buffer to current descriptor set at specified binding location. |
| Bind(int, ITextureUnit) | Bind the texture unit to current descriptor set |
| Bind(IBuffer, int, int) | Bind the buffer to current descriptor set |
| Bind(int, IBuffer, int, int) | Bind the buffer to current descriptor set at specified binding location. |
| Dispose() | Dispose the updater and commit the changes to hardware device. |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D