List of usage examples for org.lwjgl.opengl EXTSecondaryColor glSecondaryColor3ubEXT
public static native void glSecondaryColor3ubEXT(@NativeType("GLubyte") byte red, @NativeType("GLubyte") byte green, @NativeType("GLubyte") byte blue);
From source file:io.root.gfx.glutils.GL.java
License:Apache License
public static void glSecondaryColor3ubEXT(byte b, byte c, byte d) { EXTSecondaryColor.glSecondaryColor3ubEXT(b, c, d); }