TMP / compacted namespace declarations

This commit is contained in:
2023-03-21 15:03:48 +01:00
parent 5ff9334c64
commit 31c5692ba8
40 changed files with 81 additions and 161 deletions

View File

@@ -5,8 +5,7 @@
#include "vulkan_descriptor_set.h"
#include "vulkan_render_pass.h"
namespace progressia {
namespace desktop {
namespace progressia::desktop {
Pipeline::Pipeline(Vulkan &vulkan) : vulkan(vulkan) {
@@ -219,5 +218,4 @@ VkPipeline Pipeline::getVk() { return vk; }
VkPipelineLayout Pipeline::getLayout() { return layout; }
} // namespace desktop
} // namespace progressia
} // namespace progressia::desktop