This version of Unity is unsupported.

ImageEffectUsesCommandBuffer

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Use this attribute when image effects are implemented using Command Buffers.

When you use this attribute, Unity renders the Scene into a RenderTexture instead of the actual target. Please note that Camera.forceIntoRenderTexture may have the same effect, but only in some cases.