clang format

This commit is contained in:
Jugurta 2024-08-22 21:57:38 +00:00 committed by GitHub
parent 8f25ac55fb
commit e029a820f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,8 @@ 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));
UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}",
+ BufferTypeName(type));
}
constexpr u64 WATCHES_INITIAL_RESERVE = 0x4000;