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
parent
70537e86e4
commit
76f4678a96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue