]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/state/state.factor
Specialized array overhaul
[factor.git] / extra / gpu / state / state.factor
index 6027be74b5a0144619c4507fac560a113a3303e5..02d60467221bdd8de3a8fe0a0c85cfd785ebc759 100755 (executable)
@@ -1,7 +1,9 @@
 ! (c)2009 Joe Groff bsd license
 USING: accessors alien.c-types arrays byte-arrays combinators gpu
 kernel literals math math.rectangles opengl opengl.gl sequences
-variants specialized-arrays.int specialized-arrays.float ;
+variants specialized-arrays ;
+SPECIALIZED-ARRAY: int
+SPECIALIZED-ARRAY: float
 IN: gpu.state
 
 UNION: ?rect rect POSTPONE: f ;