Fix step effect

release
Erik Charlebois 2010-04-04 20:52:09 -07:00
parent b9de2ca5c1
commit 6081abea04
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ game.worlds gpu gpu.buffers gpu.framebuffers gpu.render gpu.shaders
gpu.state gpu.textures gpu.util images images.loader kernel literals
locals make math math.rectangles math.vectors namespaces opengl.gl
sequences specialized-arrays ui.gadgets.worlds images.ppm
ui.gestures ui.pixel-formats images.pgm gpu.effects.blur ;
ui.gestures ui.pixel-formats images.pgm gpu.effects.blur
gpu.effects.step ;
FROM: alien.c-types => float ;
SPECIALIZED-ARRAY: float
IN: fluids

View File

@ -1,6 +1,6 @@
! Copyright (C) 2010 Erik Charlebois.
! See http://factorcode.org/license.txt for BSD license.
USING: ;
USING: gpu.render gpu.shaders gpu.util ;
IN: gpu.effects.step
GLSL-SHADER: step-fragment-shader fragment-shader