]> gitweb.factorcode.org Git - factor.git/commitdiff
gpu: Load all the links for the docs to not error with: ``Help article does not exist...
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 17:33:08 +0000 (12:33 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 17:33:08 +0000 (12:33 -0500)
There might be a better way.

extra/gpu/gpu-docs.factor

index 6933ba1979f69cbd0b9f0fc9e932dcd6bd58078e..640aa6b1ad951491e84f50e99748480d603a89d0 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: gpu.private help.markup help.syntax ui.gadgets.worlds ;
+USING: gpu.private help.markup help.syntax ui.gadgets.worlds
+gpu.textures gpu.state gpu.framebuffers gpu.shaders gpu.render ;
 IN: gpu
 
 HELP: finish-gpu