List of usage examples for org.lwjgl.opengl GL40 glDrawTransformFeedbackStream
public static void glDrawTransformFeedbackStream(@NativeType("GLenum") int mode, @NativeType("GLuint") int id, @NativeType("GLuint") int stream)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glDrawTransformFeedbackStream(int a, int b, int c) { GL40.glDrawTransformFeedbackStream(a, b, c); }