[Chore] (MG_Backend): lower format capability logs

This commit is contained in:
2026-07-07 09:58:30 +08:00
parent 23671f1a99
commit 0c8af978db
3 changed files with 7 additions and 7 deletions
@@ -225,7 +225,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
void LogVulkanFormatCaveat(TextureInternalFormat logicalFormat,
SizeT targetIndex,
TextureInternalFormat fallbackFormat) {
MGLOG_I("Caveat: %s %s not fully supported. Reason: native Vulkan format is not fully supported. Fallback: %s",
MGLOG_D("Caveat: %s %s not fully supported. Reason: native Vulkan format is not fully supported. Fallback: %s",
GetFormatCapabilityTargetNameForLog(targetIndex).c_str(),
MG_Util::ConvertTextureInternalFormatToString(logicalFormat).c_str(),
MG_Util::ConvertTextureInternalFormatToString(fallbackFormat).c_str());