Package org.lwjgl.opengl
Class ARBTextureBarrier
java.lang.Object
org.lwjgl.opengl.ARBTextureBarrier
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
Modifier and TypeMethodDescriptionstatic voidGuarantees that writes have completed and caches have been invalidated before subsequent Draws are executed.
-
Method Details
-
glTextureBarrier
public static void glTextureBarrier()Guarantees that writes have completed and caches have been invalidated before subsequent Draws are executed.
-