Implement BGR10A2 render target format (#6273)
This commit is contained in:
parent
dfc0819e72
commit
609de33b0b
4 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
Add(Format.A1B5G5R5Unorm, VkFormat.R5G5B5A1UnormPack16);
|
||||
Add(Format.B8G8R8A8Unorm, VkFormat.B8G8R8A8Unorm);
|
||||
Add(Format.B8G8R8A8Srgb, VkFormat.B8G8R8A8Srgb);
|
||||
Add(Format.B10G10R10A2Unorm, VkFormat.A2R10G10B10UnormPack32);
|
||||
#pragma warning restore IDE0055
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue