blur ( texture horizontal? -- texture )


Vocabulary
gpu.effects.blur

Inputs
texturean object
horizontal?an object


Outputs
texturean object


Definition


:: 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 ;