]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/textures/textures.factor
Specialized array overhaul
[factor.git] / extra / gpu / textures / textures.factor
index a2e6ffd44010854c6dc832c2f1f265fa16241403..8015ff9a9b7517e90e1b786b9cf8dd15807ecddd 100644 (file)
@@ -2,7 +2,8 @@
 USING: accessors alien.c-types arrays byte-arrays combinators
 destructors fry gpu gpu.buffers images kernel locals math
 opengl opengl.gl opengl.textures sequences
-specialized-arrays.float ui.gadgets.worlds variants ;
+specialized-arrays ui.gadgets.worlds variants ;
+SPECIALIZED-ARRAY: float
 IN: gpu.textures
 
 TUPLE: texture < gpu-object