[Chore] (Config): point the two stale comments at the renamed feature fields

This commit is contained in:
2026-08-28 00:47:35 -04:00
parent 5d51372c44
commit 08419a1fe6
2 changed files with 2 additions and 2 deletions
@@ -631,7 +631,7 @@ namespace MobileGL::MG_Util::ShaderTranspiler {
// --- driver capability bits that arm or steer a pass ---
// Whether LowerViewportIndexForEssl runs on this module. NOT the raw
// GL_OES_viewport_array bit any more: the routing emulation arms the pass even where the
// extension exists (Config.h, ViewportArrayEmulation), so the extension alone no longer
// extension exists (Config.h, EsprytViewportArrayEmulation), so the extension alone no longer
// decides, and a key carrying only it would serve a module lowered under one setting to a
// link made under the other.
Bool viewportIndexLoweringArmed = false;