Interface GPUBufferBinding
 Properties
buffer
Optionaloffset
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.
Optionalsize
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.