with-framebuffer ( id quot -- )


Vocabulary
opengl.framebuffers

Inputs
idThe id of a framebuffer object.
quota quotation


Outputs
None

Word description
Binds framebuffer id for drawing in the dynamic extent of quot, restoring the window framebuffer when finished.

Definition