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

@@ -13,8 +13,7 @@
#include "../../main/logging.h"
using namespace progressia::main::logging;
namespace progressia {
namespace desktop {
namespace progressia::desktop {
SwapChain::SupportDetails
SwapChain::querySwapChainSupport(VkPhysicalDevice device, Vulkan &vulkan) {
@@ -328,5 +327,4 @@ VkFramebuffer SwapChain::getFramebuffer(std::size_t index) const {
VkExtent2D SwapChain::getExtent() const { return extent; }
} // namespace desktop
} // namespace progressia
} // namespace progressia::desktop