Contents

bufferSlice(at:)

Returns the buffer slice bound at the given index, or nil if the slot is unset.

Declaration

final func bufferSlice(at index: Int) -> LowLevelBufferSlice?

Parameters

  • index:

    The slot index within the argument table’s buffer array.

Return Value

The buffer slice at index, or nil if the slot is unoccupied.

See Also

Accessing buffer slices