Skip to content

Rework GL feature handling

Benjamin Otte requested to merge wip/otte/gdk-gl-disable into main

Mirror Vulkan by adding GdkGLFeatures flags and a GDK_GL_DISABLE env var to disable them.

This is preparatory work for adding more conditional features to the GL renderer, and it's just shuffling code, so I split it into its own MR.

Merge request reports