<color-attachment> ( index -- color-attachment )


Vocabulary
gpu.framebuffers

Inputs
indexan integer


Outputs
color-attachmenta color-attachment


Word description
Constructs an attachment-ref referencing the indexth color-attachment of a framebuffer.

Notes
User-created framebuffer objects require OpenGL 3.0 or one of the GL_ARB_framebuffer_object or GL_EXT_framebuffer_object extensions.

Definition