gpu.util: fix load error
parent
ff93f58304
commit
b8f9b6f8db
|
@ -2,7 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays destructors gpu.buffers gpu.framebuffers gpu.render
|
USING: arrays destructors gpu.buffers gpu.framebuffers gpu.render
|
||||||
gpu.shaders gpu.state gpu.textures images kernel locals math
|
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 ;
|
FROM: alien.c-types => float ;
|
||||||
IN: gpu.util
|
IN: gpu.util
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue