CopyBuffer(GraphicsBuffer, GraphicsBuffer)
Adds a command to copy the contents of one GraphicsBuffer into another.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void CopyBuffer(GraphicsBuffer source, GraphicsBuffer dest)
Parameters
Remarks
This is the equivalent of calling Graphics.CopyBuffer, using a CommandBuffer.