List of usage examples for org.lwjgl.opengl GL41 glGenProgramPipelines
public static void glGenProgramPipelines(@NativeType("GLuint *") int[] pipelines)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glGenProgramPipelines(IntBuffer a) { GL41.glGenProgramPipelines(a); }