Method SwitchOutFastMemory
SwitchOutFastMemory(CommandBuffer, bool)
Switch out the render target from fast memory back to main memory on platforms that have fast memory.
Declaration
public void SwitchOutFastMemory(CommandBuffer cmd, bool copyContents = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| CommandBuffer | cmd | Command buffer used for rendering.  | 
    
| bool | copyContents | Whether the content of render target are copied or not when switching out fast memory.  |