mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 20:18:54 +00:00
7fae634dc3
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