]> gitweb.factorcode.org Git - factor.git/commitdiff
opengl.textures: fix merge whoops.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jul 2015 00:54:14 +0000 (17:54 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Jul 2015 00:54:14 +0000 (17:54 -0700)
basis/opengl/textures/textures.factor

index f5d3af05ce84b5008c233175108da53aadbfb04c..f44b1fa22b1183bb95cde2e0691791dd9dcb968d 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2009, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.data arrays assocs colors.constants
-combinators destructors fry images images.tessellation kernel
-literals locals math math.statistics math.vectors namespaces
-opengl opengl.capabilities opengl.gl sequences
-specialized-arrays system ;
+USING: accessors alien.data assocs cache colors.constants
+destructors kernel opengl opengl.gl opengl.capabilities
+combinators images images.tessellation grouping sequences math
+math.statistics math.vectors generalizations fry arrays
+namespaces system locals literals specialized-arrays ;
 FROM: alien.c-types => int float ;
 SPECIALIZED-ARRAY: float
 IN: opengl.textures