Version: 2023.1
언어: 한국어
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.