Package: gtk

Function gtk:gl-area-attach-buffers

Lambda List

gtk:gl-area-attach-buffers (area)

Arguments

area -- a gtk:gl-area object

Details

Ensures that the area framebuffer object is made the current draw and read target, and that all the required buffers for the area are created and bound to the framebuffer. This function is automatically called before emitting the "render" signal, and does not normally need to be called by application code.
 

See also

#2024-10-26