framebuffer-attachment


Vocabulary
gpu.framebuffers

Class description
This class is a union of the renderbuffer and texture-attachment classes, either of which can function as an attachment to a user-created framebuffer object.

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

Definition