Skip to content

qpa: Query various properties of the platform OpenGL context

Vlad Zahorodnii requested to merge work/qpa-context-missing-info into master

Qt checks OpenGL version to determine if some features can be enabled. This change ensures that the format EGLPlatformContext returns has properly initialized the OpenGL version, the context profile and the format options (e.g. whether it's a debug context, etc).

Merge request reports