mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
liverpool_to_vk: Remove wrong component swap formats
This commit is contained in:
parent
306279901f
commit
08ed66f900
1 changed files with 0 additions and 9 deletions
|
@ -699,15 +699,6 @@ vk::Format AdjustColorBufferFormat(vk::Format base_format,
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (comp_swap_reverse) {
|
|
||||||
switch (base_format) {
|
|
||||||
case vk::Format::eR8G8B8A8Unorm:
|
|
||||||
return vk::Format::eA8B8G8R8UnormPack32;
|
|
||||||
case vk::Format::eR8G8B8A8Srgb:
|
|
||||||
return vk::Format::eA8B8G8R8SrgbPack32;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return base_format;
|
return base_format;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue