mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
missing eR8Srgb
This commit is contained in:
parent
ec1335911b
commit
413402600b
|
@ -317,6 +317,7 @@ std::span<const vk::Format> GetAllFormats() {
|
|||
vk::Format::eR8Sint,
|
||||
vk::Format::eR8Uint,
|
||||
vk::Format::eR8Unorm,
|
||||
vk::Format::eR8Srgb,
|
||||
vk::Format::eR16G16B16A16Sfloat,
|
||||
vk::Format::eR16G16B16A16Sint,
|
||||
vk::Format::eR16G16B16A16Snorm,
|
||||
|
|
Loading…
Reference in a new issue