Version: 2020.3

CommandBuffer.SetComputeBufferCounterValue

切换到手册
public void SetComputeBufferCounterValue (ComputeBuffer buffer, uint counterValue);

参数

buffer The destination buffer.
counterValue 附加/使用计数器的值。

描述

Adds a command to set the counter value of append/consume buffer.

附加/使用和计数器缓冲区(请参阅 ComputeBufferType.AppendComputeBufferType.Counter)使用一个特殊的计数器变量记录其中的元素数。 SetCounterValue 显式设置该计数器值。

这可用于重置计数器或将其设置为指定值。

Note: SetCounterValue can not be called while the buffer is bound via CommandBuffer.SetRandomWriteTarget.