Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Core/inc/EvoVulkan/Complexes/FrameBufferLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Monika on 18.06.2023.
//

#ifndef SRENGINE_FRAMEBUFFERLAYER_H
#define SRENGINE_FRAMEBUFFERLAYER_H
#ifndef SR_ENGINE_FRAMEBUFFERLAYER_H
#define SR_ENGINE_FRAMEBUFFERLAYER_H

#include <EvoVulkan/Types/Device.h>
#include <EvoVulkan/Types/Image.h>
Expand Down Expand Up @@ -41,4 +41,4 @@ namespace EvoVulkan::Complexes {
};
}

#endif //SRENGINE_FRAMEBUFFERLAYER_H
#endif //SR_ENGINE_FRAMEBUFFERLAYER_H
6 changes: 3 additions & 3 deletions Core/inc/EvoVulkan/Tools/SubmitInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Monika on 19.07.2023.
//

#ifndef SRENGINE_SUBMITINFO_H
#define SRENGINE_SUBMITINFO_H
#ifndef SR_ENGINE_SUBMITINFO_H
#define SR_ENGINE_SUBMITINFO_H

#include <EvoVulkan/Memory/Allocator.h>
#include <EvoVulkan/Tools/VulkanInitializers.h>
Expand Down Expand Up @@ -66,4 +66,4 @@ namespace EvoVulkan {
};
}

#endif //SRENGINE_SUBMITINFO_H
#endif //SR_ENGINE_SUBMITINFO_H
2 changes: 1 addition & 1 deletion Core/inc/EvoVulkan/Types/DescriptorPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ namespace EvoVulkan::Types {
};
}

#endif //SRENGINE_DESCRIPTORPOOL_H
#endif //SR_ENGINE_DESCRIPTORPOOL_H
6 changes: 3 additions & 3 deletions Core/inc/EvoVulkan/Types/MultisampleTarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Nikita on 11.06.2021.
//

#ifndef GAMEENGINE_MULTISAMPLETARGET_H
#define GAMEENGINE_MULTISAMPLETARGET_H
#ifndef SR_ENGINE_MULTISAMPLETARGET_H
#define SR_ENGINE_MULTISAMPLETARGET_H

#include <EvoVulkan/Types/Device.h>
#include <EvoVulkan/Types/Swapchain.h>
Expand Down Expand Up @@ -72,4 +72,4 @@ namespace EvoVulkan::Types {
};
}

#endif //GAMEENGINE_MULTISAMPLETARGET_H
#endif //SR_ENGINE_MULTISAMPLETARGET_H
6 changes: 3 additions & 3 deletions Core/inc/EvoVulkan/VmaUsage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Monika on 15.11.2022.
//

#ifndef SRENGINE_VMAUSAGE_H
#define SRENGINE_VMAUSAGE_H
#ifndef SR_ENGINE_VMAUSAGE_H
#define SR_ENGINE_VMAUSAGE_H

#include <EvoVulkan/macros.h>

Expand Down Expand Up @@ -83,4 +83,4 @@ include all public interface declarations. Example:
#pragma warning(pop)
#endif

#endif //SRENGINE_VMAUSAGE_H
#endif //SR_ENGINE_VMAUSAGE_H