List of usage examples for org.lwjgl.opengl GL11 glCopyTexSubImage1D
public static void glCopyTexSubImage1D(@NativeType("GLenum") int target, @NativeType("GLint") int level, @NativeType("GLint") int xoffset, @NativeType("GLint") int x, @NativeType("GLint") int y, @NativeType("GLsizei") int width)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glCopyTexSubImage1D(int a, int b, int c, int d, int e, int f) { GL11.glCopyTexSubImage1D(a, b, c, d, e, f); }