[Fix] (MG_Backend/DirectGLES): support Sundial Lite shader pack

This commit is contained in:
2026-06-17 10:58:12 +08:00
parent 02f8c7ab56
commit e7bb46e819
13 changed files with 181 additions and 13 deletions
@@ -132,6 +132,8 @@ namespace MobileGL {
return "RGBA12";
case TextureInternalFormat::RGBA16:
return "RGBA16";
case TextureInternalFormat::RGBA16Snorm:
return "RGBA16Snorm";
case TextureInternalFormat::SRGB8:
return "SRGB8";
case TextureInternalFormat::SRGB8Alpha8: