mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Merge branch 'main' into metal
This commit is contained in:
commit
52062bd285
11 changed files with 258 additions and 81 deletions
|
@ -2200,6 +2200,8 @@ void VulkanRenderer::GetTextureFormatInfoVK(Latte::E_GX2SURFFMT format, bool isD
|
|||
else
|
||||
{
|
||||
formatInfoOut->vkImageAspect = VK_IMAGE_ASPECT_COLOR_BIT;
|
||||
if(format == (Latte::E_GX2SURFFMT::R16_G16_B16_A16_FLOAT | Latte::E_GX2SURFFMT::FMT_BIT_SRGB)) // Seen in Sonic Transformed level Starry Speedway. SRGB should just be ignored for native float formats?
|
||||
format = Latte::E_GX2SURFFMT::R16_G16_B16_A16_FLOAT;
|
||||
switch (format)
|
||||
{
|
||||
// RGBA formats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue