Allow BGRA images on Vulkan (#5203)

This commit is contained in:
gdkchan 2023-06-03 00:43:00 -03:00 committed by GitHub
parent c545c59851
commit 8a352df3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}