Skip to content

Switch to GL_ARB_framebuffer_object

Link Mauve requested to merge linkmauve/gtk:arb_fbo into gtk-3-24

GTK+ 3.0 was currently using GL_EXT_framebuffer_object, which is deprecated as the ARB version has been merged into OpenGL 3.0 as well as OpenGL ES 2.0, and provides laxer requirements.

The ARB version was already used in the X11 backend as well as in the Windows backend, so it probably won’t cause any compatibility issue anyway.

!2079 (merged) is the same as this, but for GTK 4.

Edited by Link Mauve

Merge request reports