Allow BGRA images on Vulkan (#5203)
This commit is contained in:
parent
c545c59851
commit
8a352df3c6
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