Version: 2021.3

CommandBuffer.SetBufferCounterValue

切换到手册
public void SetBufferCounterValue (ComputeBuffer buffer, uint counterValue);
public void SetBufferCounterValue (GraphicsBuffer 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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961