Version: 2022.2
public void CopyBuffer (GraphicsBuffer source, GraphicsBuffer dest);

参数

source The source buffer.
dest The destination buffer.

描述

Adds a command to copy the contents of one GraphicsBuffer into another.

This is the equivalent of calling Graphics.CopyBuffer, using a CommandBuffer.