color-attachment


Vocabulary
gpu.framebuffers

Class description
This attachment-ref type references a color attachment to a user-created framebuffer object. The index slot of the tuple indicates the color attachment referenced. Color attachments to the system-framebuffer are referenced by the system-attachment type.

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

See also
system-attachment, default-attachment, depth-attachment, stencil-attachment, attachment-ref, color-attachment-ref

Definition