IsCameraBufferNeeded(Camera)
Queries which buffers the VFX Manager needs for the given Camera.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public static VFXCameraBufferTypes IsCameraBufferNeeded(Camera cam)
Parameters
The Camera for which to query needed buffers.
Returns
Type | Description |
|---|---|
| VFXCameraBufferTypes | A list of all needed buffer flags. |
Remarks
Use this call to make your custom SRP support screen space effects in VFX Graph.