public class NVTextureBarrier
extends java.lang.Object
This extension relaxes the restrictions on rendering to a currently bound texture and provides a mechanism to avoid read-after-write hazards.
| Modifier and Type | Method and Description |
|---|---|
static void |
glTextureBarrierNV()
Guarantees that writes have completed and caches have been invalidated before subsequent Draws are executed.
|
Copyright LWJGL. All Rights Reserved. License terms.