List of usage examples for org.lwjgl.opengl GL30 glGetTransformFeedbackVarying
@NativeType("void") public static String glGetTransformFeedbackVarying(@NativeType("GLuint") int program, @NativeType("GLuint") int index, @NativeType("GLsizei") int bufSize, @NativeType("GLsizei *") IntBuffer size, @NativeType("GLenum *") IntBuffer type)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static String glGetTransformFeedbackVarying(int a, int b, int c, IntBuffer d, IntBuffer e) { return GL30.glGetTransformFeedbackVarying(a, b, c, d, e); }