mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 05:17:11 +02:00
Allow BGRA images on Vulkan (#5203)
This commit is contained in:
parent
6622027be4
commit
9160eac1d7
5 changed files with 24 additions and 58 deletions
|
@ -383,6 +383,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
case Format.R10G10B10A2Unorm:
|
||||
case Format.R10G10B10A2Uint:
|
||||
case Format.R11G11B10Float:
|
||||
case Format.B8G8R8A8Unorm:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue