mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-23 12:36:34 -05:00
Fix clang-format error
This commit is contained in:
@@ -162,7 +162,6 @@ constexpr VkBorderColor ConvertBorderColor(const std::array<float, 4>& color) {
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
[[nodiscard]] vk::Image MakeImage(const Device& device, const MemoryAllocator& allocator,
|
||||
const ImageInfo& info, std::span<const VkFormat> view_formats) {
|
||||
const bool is_buffer = (info.type == ImageType::Buffer);
|
||||
|
Reference in New Issue
Block a user