DescriptorSetUpdater

DescriptorSetUpdater class

This class allows to update the com.aspose.threed.IDescriptorSet in a chain operation. @hideconstructor

Methods

bind

NameDescription
bind(buffer, offset, size)Bind the buffer to current descriptor set

Parameters:

NameTypeDescription
bufferIBufferWhich buffer to bind
offsetNumberOffset of the buffer to bind
sizeNumberSize of the buffer to bind

Result: DescriptorSetUpdater


bind

NameDescription
bind(buffer)Bind the entire buffer to current descriptor

Parameters:

NameTypeDescription
buffeIBuffernull

Result: DescriptorSetUpdater


bind

NameDescription
bind(binding, buffer)Bind the buffer to current descriptor set at specified binding location.

Parameters:

NameTypeDescription
bindingNumberBinding location
bufferIBufferThe entire buffer to bind

Result: DescriptorSetUpdater


bind

NameDescription
bind(binding, buffer, offset, size)Bind the buffer to current descriptor set at specified binding location.

Parameters:

NameTypeDescription
bindingNumberBinding location
bufferIBufferThe buffer to bind
offsetNumberOffset of the buffer to bind
sizeNumberSize of the buffer to bind

Result: DescriptorSetUpdater


bind

NameDescription
bind(texture)Bind the texture unit to current descriptor set

Parameters:

NameTypeDescription
textureITextureUnitThe texture unit to bind

Result: DescriptorSetUpdater


bind

NameDescription
bind(binding, texture)Bind the texture unit to current descriptor set

Parameters:

NameTypeDescription
bindingNumberThe binding location
textureITextureUnitThe texture unit to bind

Result: DescriptorSetUpdater