blended-point-sprite-batch ( verts texture point-size dim -- texture )


Vocabulary
gpu.util

Inputs
vertsan object
texturean object
point-sizean object
diman object


Outputs
texturean object


Definition


:: blended-point-sprite-batch
( verts texture point-size dim -- texture )
dim RGB float-components <2d-render-texture>
:> ( target-framebuffer target-texture ) verts
target-framebuffer texture point-size dim
(blended-point-sprite-batch) target-framebuffer dispose
target-texture ;