Contents

invalidateCounterRange(_:)

Invalidates a range of entries in this counter heap.

Declaration

func invalidateCounterRange(_ range: Range<Int>)

Parameters

  • range:

    A heap index range to invalidate.

Discussion

The effect of this call is immediate on the CPU timeline. You are responsible for ensuring that this counter heap is not currently in use on the GPU.