gpu.util: fix load error

modern-harvey2
Doug Coleman 2017-09-11 18:07:36 -05:00
parent ff93f58304
commit b8f9b6f8db
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license.
USING: arrays destructors gpu.buffers gpu.framebuffers gpu.render
gpu.shaders gpu.state gpu.textures images kernel locals math
math.rectangles opengl.gl sequences specialized-arrays ;
math.rectangles opengl.gl sequences specialized-arrays
multiline ;
FROM: alien.c-types => float ;
IN: gpu.util