Removed GL_BGRA.

This commit is contained in:
Ioannis Tsakpinis 2012-09-03 20:27:09 +00:00
parent bce0769065
commit 254e2937d7
1 changed files with 0 additions and 6 deletions

View File

@ -70,12 +70,6 @@ public interface GL32 {
@StripPostfix(value = "params", postfix = "v")
void glGetBufferParameteri64v3(@GLenum int target, @GLenum int pname, @OutParameter LongBuffer params);
// ---------------------------------------------------------------------
// ----------------------[ ARB_vertex_array_bgra ]----------------------
// ---------------------------------------------------------------------
int GL_BGRA = 0x80E1;
// -----------------------------------------------------------------------------
// ----------------------[ ARB_draw_elements_base_vertex ]----------------------
// -----------------------------------------------------------------------------