public void CopyCounterValue (ComputeBuffer src, ComputeBuffer dst, uint dstOffsetBytes);

파라미터

srcAppend/consume buffer to copy the counter from.
dstA buffer to copy the counter to.
dstOffsetBytesTarget 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.