Handbook
Glossary
bind-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:
kernel
sequences
;
IN:
gpu.render.private
:
bind-output-attachments
( program-instance framebuffer attachments -- )
dup
first
sequence?
[
bind-named-output-attachments
]
[
nipd
bind-unnamed-output-attachments
]
if
;