Handbook
Glossary
bind-named-output-attachments ( program-instance framebuffer attachments -- )
Vocabulary
gpu
.
render
.
private
Inputs
program-instance
an
object
framebuffer
an
object
attachments
an
object
Outputs
None
Definition
USING:
assocs
gpu.shaders
kernel
sequences
sorting
;
IN:
gpu.render.private
:
bind-named-output-attachments
( program-instance framebuffer attachments -- )
rot
[
[
first
]
]
dip
[
swap
output-index
]
curry
compose
sort-by
values
bind-unnamed-output-attachments
;