Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GL.RenderTargetBarrier

Declaration

public static void RenderTargetBarrier();

Description

Resolves the render target for subsequent operations sampling from it.

At the moment the advanced OpenGL blend operations are the only case requiring this barrier.

Additional resources: BlendOp.