From: <sp...@us...> - 2012-09-03 20:27:15
|
Revision: 3794 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3794&view=rev Author: spasi Date: 2012-09-03 20:27:09 +0000 (Mon, 03 Sep 2012) Log Message: ----------- Removed GL_BGRA. Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java 2012-09-03 19:47:05 UTC (rev 3793) +++ trunk/LWJGL/src/templates/org/lwjgl/opengl/GL32.java 2012-09-03 20:27:09 UTC (rev 3794) @@ -70,12 +70,6 @@ @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 ]---------------------- // ----------------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |