mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-16 03:18:33 +03:00
TMP / compacted namespace declarations
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include "vulkan_pipeline.h"
|
||||
#include "vulkan_texture_descriptors.h"
|
||||
|
||||
namespace progressia {
|
||||
namespace desktop {
|
||||
namespace progressia::desktop {
|
||||
|
||||
/*
|
||||
* Image
|
||||
@@ -243,5 +242,4 @@ void Texture::bind() {
|
||||
&descriptorSet, 0, nullptr);
|
||||
}
|
||||
|
||||
} // namespace desktop
|
||||
} // namespace progressia
|
||||
} // namespace progressia::desktop
|
||||
|
||||
Reference in New Issue
Block a user