List of usage examples for org.lwjgl.opengl GL42 glTexStorage1D
public static void glTexStorage1D(@NativeType("GLenum") int target, @NativeType("GLsizei") int levels, @NativeType("GLenum") int internalformat, @NativeType("GLsizei") int width)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glTexStorage1D(int a, int b, int c, int d) { GL42.glTexStorage1D(a, b, c, d); }