Skip to content
Snippets Groups Projects
Commit 81d76ebc authored by Mark Oliver Mints's avatar Mark Oliver Mints
Browse files

[#33][Refac] Exchange include guards by

parent 47938552
No related branches found
No related tags found
1 merge request!29Resolve "Pipeline Buffer Input"
Checking pipeline status
#pragma once
/** /**
* @authors Mara Vogt, Mark Mints * @authors Mara Vogt, Mark Mints
* @file src/vkcv/Pipeline.hpp * @file src/vkcv/Pipeline.hpp
* @brief Pipeline class to handle shader stages * @brief Pipeline class to handle shader stages
*/ */
#ifndef VKCV_PIPELINECONFIG_HPP
#define VKCV_PIPELINECONFIG_HPP
#include <vector> #include <vector>
#include <cstdint> #include <cstdint>
#include "vkcv/Handles.hpp" #include "vkcv/Handles.hpp"
...@@ -39,5 +37,4 @@ namespace vkcv { ...@@ -39,5 +37,4 @@ namespace vkcv {
PassHandle m_PassHandle; PassHandle m_PassHandle;
}; };
} }
#endif //VKCV_PIPELINECONFIG_HPP \ No newline at end of file
  • Author Maintainer

    Note: das verwenden von " ` " (Hochkomma für Inline Code) macht in commit-msgs keinen Sinn ^^' Die msg sollte sein:

    [#33 (closed)][Refac] Exchange include guards by #pragma once

    Edited by Mark Oliver Mints
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment