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