Handbook
Glossary
(framebuffer-texture>>draw) ( iformat xformat setter -- quot )
Vocabulary
bunny
.
outlined
Inputs
iformat
an
object
xformat
an
object
setter
an
object
Outputs
quot
an
object
Definition
USING:
kernel
;
IN:
bunny.outlined
MACRO:
(framebuffer-texture>>draw)
( iformat xformat setter -- quot )
[
drop
]
compose
[
[
(framebuffer-texture)
]
2curry
]
dip
[
keep
]
curry
compose
;