]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/framebuffers/framebuffers.factor
Specialized array overhaul
[factor.git] / extra / gpu / framebuffers / framebuffers.factor
index 12bc3430c30f221fe78ed5bbc3acc9bacf8f1630..efd71782d01550e353d9c22e94f0b27231d94a2a 100755 (executable)
@@ -3,8 +3,9 @@ USING: accessors alien.c-types arrays byte-arrays combinators
 destructors gpu gpu.buffers gpu.private gpu.textures
 gpu.textures.private images kernel locals math math.rectangles opengl
 opengl.framebuffers opengl.gl opengl.textures sequences
-specialized-arrays.int specialized-arrays.uint
-ui.gadgets.worlds variants ;
+specialized-arrays ui.gadgets.worlds variants ;
+SPECIALIZED-ARRAY: int
+SPECIALIZED-ARRAY: uint
 IN: gpu.framebuffers
 
 SINGLETON: system-framebuffer