VFXManager.IsCameraBufferNeeded

Switch to Manual
public static VFX.VFXCameraBufferTypes IsCameraBufferNeeded (Camera cam);

Parameters

camThe Camera for which to query needed buffers.

Returns

VFXCameraBufferTypes A list of all needed buffer flags.

Description

Queries which buffers the VFX Manager needs for the given Camera.

Use this call to make your custom SRP support screen space effects in VFX Graph.