GL.RenderTargetBarrier

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.

See Also: BlendOp.