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"
Pipeline #25168 passed
#pragma once
/**
* @authors Mara Vogt, Mark Mints
* @file src/vkcv/Pipeline.hpp
* @brief Pipeline class to handle shader stages
*/
#ifndef VKCV_PIPELINECONFIG_HPP
#define VKCV_PIPELINECONFIG_HPP
#include <vector>
#include <cstdint>
#include "vkcv/Handles.hpp"
......@@ -39,5 +37,4 @@ namespace vkcv {
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.
Please register or to comment