Fix step effect
parent
b9de2ca5c1
commit
6081abea04
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue