Allow BGRA images on Vulkan (#5203)

This commit is contained in:
gdkchan 2023-06-03 00:43:00 -03:00 committed by GitHub
parent 6622027be4
commit 9160eac1d7
5 changed files with 24 additions and 58 deletions

View file

@ -383,6 +383,7 @@ namespace Ryujinx.Graphics.GAL
case Format.R10G10B10A2Unorm:
case Format.R10G10B10A2Uint:
case Format.R11G11B10Float:
case Format.B8G8R8A8Unorm:
return true;
}