/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class ARBVertexArrayBgra {
/**
* Accepted by the <size> parameter of ColorPointer,
* SecondaryColorPointer, and VertexAttribPointer:
*/
public static final int GL_BGRA = 0x80E1;
private ARBVertexArrayBgra() {}
}