List of usage examples for org.lwjgl.opengl GL15 glIsBuffer
@NativeType("GLboolean") public static boolean glIsBuffer(@NativeType("GLuint") int buffer)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static boolean glIsBuffer(int a) { return GL15.glIsBuffer(a); }