Interface GPUBufferBinding
Properties
buffer
Optional
offset
offset?: number
The offset, in bytes, from the beginning of GPUBufferBinding#buffer to the beginning of the range exposed to the shader by the buffer binding.
Optional
size
size?: number
The size, in bytes, of the buffer binding. If not map/exist|provided, specifies the range starting at GPUBufferBinding#offset and ending at the end of GPUBufferBinding#buffer.
The GPUBuffer to bind.