Version: 5.6
public void CopyCounterValue (ComputeBuffer src, ComputeBuffer dst, uint dstOffset);

파라미터

src Append/consume buffer to copy the counter from.
dst A buffer to copy the counter to.
dstOffset Target byte offset in dst buffer.

설명

Adds a command to copy ComputeBuffer counter value.

Note: this command can not be used on LightEvent command buffers.

See Also: ComputeBuffer.CopyCount.