setBufferSlice(_:at:)
Binds a buffer slice to the slot at the given index.
Declaration
final func setBufferSlice(_ bufferSlice: LowLevelBufferSlice, at index: Int) throws(LowLevelRenderContextError)Parameters
- bufferSlice:
The buffer slice to bind to the slot.
- index:
The slot index within the argument table’s buffer array.