Method
GtkGLAreaattach_buffers
since: 3.16
Declaration [src]
void
gtk_gl_area_attach_buffers (
GtkGLArea* area
)
Description [src]
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 frambuffer.
This function is automatically called before emitting the
GtkGLArea::render signal, and doesn’t normally need to be called
by application code.
Available since: 3.16