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