Interface GPUBufferBinding

Hierarchy

  • GPUBufferBinding

Properties

Properties

buffer: GPUBuffer

The GPUBuffer to bind.

offset?: number

The offset, in bytes, from the beginning of buffer to the beginning of the range exposed to the shader by the buffer binding.

size?: number

The size, in bytes, of the buffer binding. If not map/exist|provided, specifies the range starting at offset and ending at the end of buffer.

Generated using TypeDoc