Handbook
Glossary
blended-point-sprite-batch ( verts texture point-size dim -- texture )
Vocabulary
gpu
.
util
Inputs
verts
an
object
texture
an
object
point-size
an
object
dim
an
object
Outputs
texture
an
object
Definition
USING:
destructors
images
;
IN:
gpu.util
::
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
;