mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
Adding R8G8B8A8Srgb
This commit is contained in:
parent
e7c5d3ba86
commit
4bae39f0c8
@ -78,6 +78,8 @@ static inline vk::Format PromoteFormatToDepth(vk::Format fmt) {
|
||||
return vk::Format::eD16Unorm;
|
||||
} else if (fmt == vk::Format::eR8G8B8A8Unorm) {
|
||||
return vk::Format::eR32Uint;
|
||||
} else if (fmt == vk::Format::eR8G8B8A8Srgb) {
|
||||
return vk::Format::eR32Uint;
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user