missing eR8Srgb

This commit is contained in:
raziel1000 2024-07-31 02:07:02 -06:00
parent ec1335911b
commit 413402600b
1 changed files with 1 additions and 0 deletions

View File

@ -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,