]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 30 Jan 2009 04:21:52 +0000 (22:21 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 30 Jan 2009 04:21:52 +0000 (22:21 -0600)
basis/opengl/gl/gl.factor

index c32f62bf33d1815e1fd5ec4420906bdaf74a3f9c..6181a72ffccf1b83d95b2bf7797e61020ffdfe76 100644 (file)
@@ -356,6 +356,10 @@ CONSTANT: GL_DITHER                         HEX: 0BD0
 CONSTANT: GL_RGB                            HEX: 1907
 CONSTANT: GL_RGBA                           HEX: 1908
 
+! GL_BGRA_ext: http://www.opengl.org/registry/specs/EXT/bgra.txt
+CONSTANT: GL_BGR_EXT                        HEX: 80E0
+CONSTANT: GL_BGRA_EXT                       HEX: 80E1
+
 ! Implementation limits
 CONSTANT: GL_MAX_LIST_NESTING               HEX: 0B31
 CONSTANT: GL_MAX_ATTRIB_STACK_DEPTH         HEX: 0D35