[Chore] (MobileGL/ConfigLoader): rename/clean up more env var clutter

This commit is contained in:
2026-07-13 20:45:40 -04:00
parent a26e9aaf25
commit b1f55026af
8 changed files with 14 additions and 14 deletions
@@ -24,7 +24,7 @@
namespace MobileGL::MG_Backend::DirectVulkan {
namespace {
Bool IsR11G11B10FFallbackEnabled() {
return MG_Config::Features.VulkanR11G11B10FFallback;
return MG_Config::Features.MagmaR11G11B10FFallback;
}
Bool IsReleaseCurrentRequest(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) {