DescriptorSetUpdater

DescriptorSetUpdater

Overview

DescriptorSetUpdater is a class in Aspose.3D FOSS for .NET. Inherits from: IDisposable.

This class allows to update the in a chain operation.

This class provides 7 methods for working with DescriptorSetUpdater objects in .NET programs. Available methods include: Bind, Dispose. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Methods

SignatureDescription
Dispose()Dispose the updater and commit the changes to hardware device.
Bind(buffer: IBuffer, offset: int, size: int)Bind the buffer to current descriptor set
Bind(buffer: IBuffer)Bind the entire buffer to current descriptor
Bind(binding: int, buffer: IBuffer)Bind the buffer to current descriptor set at specified binding location.
Bind(binding: int, buffer: IBuffer, offset: int, size: int)Bind the buffer to current descriptor set at specified binding location.
Bind(texture: ITextureUnit)Bind the texture unit to current descriptor set
Bind(binding: int, texture: ITextureUnit)Bind the texture unit to current descriptor set

See Also

 English