Fix clang-format error
This commit is contained in:
parent
8b8aa84e70
commit
3037f0b869
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue