[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 GL_RGBA12;
case TextureInternalFormat::RGBA16:
return GL_RGBA16;
case TextureInternalFormat::RGBA16Snorm:
return GL_RGBA16_SNORM;
case TextureInternalFormat::SRGB8:
return GL_SRGB8;
case TextureInternalFormat::SRGB8Alpha8: