List of usage examples for org.lwjgl.opengl GL32 glSampleMaski
public static void glSampleMaski(@NativeType("GLuint") int index, @NativeType("GLbitfield") int mask)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glSampleMaski(int a, int b) { GL32.glSampleMaski(a, b); }