]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/render/render-docs.factor
Specialized array overhaul
[factor.git] / extra / gpu / render / render-docs.factor
index 171c9bb031e42ca682b63017582a86170049982e..f323c1ee3be852983a4480b66bab39665da5523f 100755 (executable)
@@ -2,8 +2,12 @@
 USING: alien alien.syntax byte-arrays classes gpu.buffers
 gpu.framebuffers gpu.shaders gpu.textures help.markup
 help.syntax images kernel math multiline sequences
-specialized-arrays.alien specialized-arrays.uint
-specialized-arrays.ulong strings ;
+specialized-arrays strings ;
+SPECIALIZED-ARRAY: float
+SPECIALIZED-ARRAY: int
+SPECIALIZED-ARRAY: uint
+SPECIALIZED-ARRAY: ulong
+SPECIALIZED-ARRAY: void*
 IN: gpu.render
 
 HELP: <index-elements>