mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
The Vivante GPU on many STM32MP1 based boards does not support sRGB as an internal format. Introduce a check for sRGB support and default to `RGBA8` internal format if not supported. Additionally the STM32MP1 needs to be checked for `GL_ARB_vertex_array_object` Closes #1991