Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyBuffer(GraphicsBuffer, GraphicsBuffer)

Adds a command to copy the contents of one GraphicsBuffer into another.
Read time 1 minuteLast updated 4 days ago

Definition

public void CopyBuffer(GraphicsBuffer source, GraphicsBuffer dest)

Parameters

The source buffer.

The destination buffer.

Remarks

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