step-texture ( texture ramp dim -- texture )


Vocabulary
gpu.effects.step

Inputs
texturean object
rampan object
diman object


Outputs
texturean object


Definition


:: step-texture ( texture ramp dim -- texture )
dim RGB float-components <2d-render-texture>
:> ( target-framebuffer target-texture ) texture ramp
target-framebuffer dim (step-texture)
target-framebuffer dispose target-texture ;