CommandBufferExtensions
Static class providing extension methods for CommandBuffer.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static class CommandBufferExtensions
Remarks
The extension methods in this class can directly be used on an CommandBuffer.
Static Methods
Method | Description |
|---|---|
| SwitchIntoFastMemory | Adds a command to put a given render target into fast GPU memory. |
| SwitchOutOfFastMemory | Adds a command to remove a given render target from fast GPU memory. |