]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/opengl.factor
Specialized array overhaul
[factor.git] / basis / opengl / opengl.factor
index 0a037287fe012c3c6ddc8d7a7c944c074ee9769c..75f327664d0c3bef944944a10ea0e780616347c5 100755 (executable)
@@ -7,7 +7,9 @@ continuations kernel libc math macros namespaces math.vectors
 math.parser opengl.gl combinators combinators.smart arrays
 sequences splitting words byte-arrays assocs vocabs
 colors colors.constants accessors generalizations locals fry
-specialized-arrays.float specialized-arrays.uint ;
+specialized-arrays ;
+SPECIALIZED-ARRAY: float
+SPECIALIZED-ARRAY: uint
 IN: opengl
 
 : gl-color ( color -- ) >rgba-components glColor4d ; inline