List of usage examples for org.lwjgl.opengl GL42 glBindImageTexture
public static void glBindImageTexture(@NativeType("GLuint") int unit, @NativeType("GLuint") int texture, @NativeType("GLint") int level, @NativeType("GLboolean") boolean layered, @NativeType("GLint") int layer, @NativeType("GLenum") int access, @NativeType("GLenum") int format)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glBindImageTexture(int a, int b, int c, boolean d, int e, int f, int g) { GL42.glBindImageTexture(a, b, c, d, e, f, g); }