Version: 2021.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.