Class NVTextureBarrier

java.lang.Object
org.lwjgl.opengles.NVTextureBarrier

public class NVTextureBarrier extends Object
Native bindings to the NV_texture_barrier extension.

This extension relaxes the restrictions on rendering to a currently bound texture and provides a mechanism to avoid read-after-write hazards.

  • Method Details

    • glTextureBarrierNV

      public static void glTextureBarrierNV()
      Guarantees that writes have completed and caches have been invalidated before subsequent Draws are executed.