Fixes improper clang-format

This commit is contained in:
2025-02-14 13:45:46 -05:00
parent 1a294f5b54
commit 129524f8ca

View File

@@ -4,10 +4,10 @@
#pragma once
//clang-format: off
// clang-format off
#include <vulkan/vulkan.hpp>
#include <tracy/TracyVulkan.hpp>
//clang-format: on
// clang-format on
#include "descriptors/Descriptor.hpp"
#include "descriptors/DescriptorSetLayout.hpp"