vkutil: Fix regression (#3238)

This commit is contained in:
Macdu 2024-03-05 11:20:26 +01:00 committed by GitHub
parent afce7a8d9b
commit 22595c5060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,6 @@ static constexpr vk::ColorComponentFlags default_color_mask = vk::ColorComponent
| vk::ColorComponentFlagBits::eA;
static constexpr vma::AllocationCreateInfo vma_auto_alloc = {
.flags = vma::AllocationCreateFlagBits::eHostAccessSequentialWrite,
.usage = vma::MemoryUsage::eAuto
};