List of usage examples for org.lwjgl.opengl GL43 glTexBufferRange
public static void glTexBufferRange(@NativeType("GLenum") int target, @NativeType("GLenum") int internalformat, @NativeType("GLuint") int buffer, @NativeType("GLintptr") long offset, @NativeType("GLsizeiptr") long size)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glTexBufferRange(int a, int b, int c, long d, long e) { GL43.glTexBufferRange(a, b, c, d, e); }