This commit is contained in:
Jugurta 2024-08-23 19:12:55 +01:00 committed by GitHub
parent e029a820f8
commit 05e657414a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ u32 GetMemoryType(const vk::PhysicalDeviceMemoryProperties& properties, BufferTy
// If we reach here, we couldn't find any suitable memory type
UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}",
+ BufferTypeName(type));
BufferTypeName(type));
}
constexpr u64 WATCHES_INITIAL_RESERVE = 0x4000;