Expose glslow config option

This commit is contained in:
Cameron Gutman 2023-03-26 20:27:03 -05:00
commit f16b5cd337
4 changed files with 24 additions and 8 deletions

View file

@ -348,6 +348,11 @@ embedded {
DEFINES += EMBEDDED_BUILD
}
glslow {
message(GL slow build)
DEFINES += GL_IS_SLOW
}
wayland {
message(Wayland extensions enabled)