List of usage examples for org.lwjgl.opengl GL13 glCompressedTexImage1D
public static void glCompressedTexImage1D(@NativeType("GLenum") int target, @NativeType("GLint") int level, @NativeType("GLenum") int internalformat, @NativeType("GLsizei") int width, @NativeType("GLint") int border, @NativeType("GLsizei") int imageSize, @Nullable @NativeType("void const *") long data)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glCompressedTexImage1D(int a, int b, int c, int d, int e, int f, long g) { GL13.glCompressedTexImage1D(a, b, c, d, e, f, g); }