Handbook
Glossary
blur ( texture horizontal? -- texture )
Vocabulary
gpu
.
effects
.
blur
Inputs
texture
an
object
horizontal?
an
object
Outputs
texture
an
object
Definition
USING:
destructors
gpu.textures
gpu.util
images
;
IN:
gpu.effects.blur
::
blur
( texture horizontal? -- texture )
texture 0
texture-dim
:>
dim dim
RGB
float-components
<2d-render-texture>
:>
( target-framebuffer target-texture ) texture horizontal?
target-framebuffer dim
(blur)
target-framebuffer
dispose
target-texture
;