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
_
swap
output-index
]
sort-by
values
bind-unnamed-output-attachments
;