org.lwjgl.opengl.NVTextureBarrier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class NVTextureBarrier {
private NVTextureBarrier() {}
public static void glTextureBarrierNV() {
ContextCapabilities caps = GLContext.getCapabilities();
long function_pointer = caps.glTextureBarrierNV;
BufferChecks.checkFunctionAddress(function_pointer);
nglTextureBarrierNV(function_pointer);
}
static native void nglTextureBarrierNV(long function_pointer);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy