List of usage examples for org.lwjgl.opengl GL11 glFeedbackBuffer
public static void glFeedbackBuffer(@NativeType("GLenum") int type, @NativeType("GLfloat *") float[] buffer)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glFeedbackBuffer(int a, FloatBuffer b) { GL11.glFeedbackBuffer(a, b); }