LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

CommandBuffer.CopyCounterValue

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

Parameters

srcAppend/consume buffer to copy the counter from.
dstA buffer to copy the counter to.
dstOffsetBytesTarget byte offset in dst buffer.

Description

Adds a command to copy ComputeBuffer counter value.

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

See Also: ComputeBuffer.CopyCount.