Class ARBTextureBarrier



  • public class ARBTextureBarrier
    extends java.lang.Object
    Native bindings to the ARB_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.

    Promoted to core in OpenGL 4.5.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void glTextureBarrier()
      Guarantees that writes have completed and caches have been invalidated before subsequent Draws are executed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • glTextureBarrier

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