gpu.util: fix load error
parent
ff93f58304
commit
b8f9b6f8db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue