gpu: Load all the links for the docs to not error with: ``Help article does not exist name "gpu.textures"``

There might be a better way.
vm-warnings
Doug Coleman 2018-07-07 12:33:08 -05:00
parent 70537e86e4
commit 76f4678a96
1 changed files with 2 additions and 1 deletions

View 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