List of usage examples for org.lwjgl.opengl GL43 glClearBufferData
public static void glClearBufferData(@NativeType("GLenum") int target, @NativeType("GLenum") int internalformat, @NativeType("GLenum") int format, @NativeType("GLenum") int type, @Nullable @NativeType("void const *") float[] data)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glClearBufferData(int a, int b, int c, int d, ByteBuffer e) { GL43.glClearBufferData(a, b, c, d, e); }