Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERASTCLONER_HPP
|
||||
#define NAZARA_SHADERASTCLONER_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTCLONER_HPP
|
||||
#define NAZARA_SHADER_AST_ASTCLONER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -88,4 +88,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstCloner.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTCLONER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_AST_EXPRESSIONVISITOR_HPP
|
||||
#define NAZARA_SHADER_AST_EXPRESSIONVISITOR_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP
|
||||
#define NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -29,4 +29,4 @@ namespace Nz::ShaderAst
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTEXPRESSIONVISITOR_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERASTEXPRESSIONVISITOREXCEPT_HPP
|
||||
#define NAZARA_SHADERASTEXPRESSIONVISITOREXCEPT_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP
|
||||
#define NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -23,4 +23,4 @@ namespace Nz::ShaderAst
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTEXPRESSIONVISITOREXCEPT_HPP
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - Shader module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
#if !defined(NAZARA_SHADERAST_NODE) && !defined(NAZARA_SHADERAST_EXPRESSION) && !defined(NAZARA_SHADERAST_STATEMENT)
|
||||
#error You must define NAZARA_SHADERAST_NODE or NAZARA_SHADERAST_EXPRESSION or NAZARA_SHADERAST_STATEMENT before including this file
|
||||
#endif
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERASTOPTIMISER_HPP
|
||||
#define NAZARA_SHADERASTOPTIMISER_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTOPTIMIZER_HPP
|
||||
#define NAZARA_SHADER_AST_ASTOPTIMIZER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -67,4 +67,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstOptimizer.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTOPTIMIZER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_RECURSIVE_VISITOR_HPP
|
||||
#define NAZARA_SHADER_RECURSIVE_VISITOR_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP
|
||||
#define NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -54,4 +54,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstRecursiveVisitor.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTRECURSIVEVISITOR_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_AST_REFLECT_HPP
|
||||
#define NAZARA_SHADER_AST_REFLECT_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTREFLECT_HPP
|
||||
#define NAZARA_SHADER_AST_ASTREFLECT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -45,4 +45,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstReflect.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTREFLECT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERSERIALIZER_HPP
|
||||
#define NAZARA_SHADERSERIALIZER_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTSERIALIZER_HPP
|
||||
#define NAZARA_SHADER_AST_ASTSERIALIZER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/ByteArray.hpp>
|
||||
@@ -153,4 +153,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstSerializer.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTSERIALIZER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERASTSTATEMENTVISITOR_HPP
|
||||
#define NAZARA_SHADERASTSTATEMENTVISITOR_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP
|
||||
#define NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -29,4 +29,4 @@ namespace Nz::ShaderAst
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTSTATEMENTVISITOR_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERASTSTATEMENTVISITOREXCEPT_HPP
|
||||
#define NAZARA_SHADERASTSTATEMENTVISITOREXCEPT_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP
|
||||
#define NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -23,4 +23,4 @@ namespace Nz::ShaderAst
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTSTATEMENTVISITOREXCEPT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_AST_UTILS_HPP
|
||||
#define NAZARA_SHADER_AST_UTILS_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ASTUTILS_HPP
|
||||
#define NAZARA_SHADER_AST_ASTUTILS_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -55,4 +55,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/AstUtils.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ASTUTILS_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERAST_ATTRIBUTES_HPP
|
||||
#define NAZARA_SHADERAST_ATTRIBUTES_HPP
|
||||
#ifndef NAZARA_SHADER_AST_ATTRIBUTE_HPP
|
||||
#define NAZARA_SHADER_AST_ATTRIBUTE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Ast/Enums.hpp>
|
||||
@@ -57,4 +57,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/Attribute.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_ATTRIBUTE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_CONSTANTVALUE_HPP
|
||||
#define NAZARA_SHADER_CONSTANTVALUE_HPP
|
||||
#ifndef NAZARA_SHADER_AST_CONSTANTVALUE_HPP
|
||||
#define NAZARA_SHADER_AST_CONSTANTVALUE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/TypeList.hpp>
|
||||
@@ -39,4 +39,4 @@ namespace Nz::ShaderAst
|
||||
NAZARA_SHADER_API ExpressionType GetExpressionType(const ConstantValue& constant);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_CONSTANTVALUE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERAST_TRANSFORMVISITOR_HPP
|
||||
#define NAZARA_SHADERAST_TRANSFORMVISITOR_HPP
|
||||
#ifndef NAZARA_SHADER_AST_SANITIZEVISITOR_HPP
|
||||
#define NAZARA_SHADER_AST_SANITIZEVISITOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Bitset.hpp>
|
||||
@@ -149,4 +149,4 @@ namespace Nz::ShaderAst
|
||||
|
||||
#include <Nazara/Shader/Ast/SanitizeVisitor.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_AST_SANITIZEVISITOR_HPP
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_SHADER_HPP
|
||||
#define NAZARA_CONFIG_SHADER_HPP
|
||||
#ifndef NAZARA_SHADER_CONFIG_HPP
|
||||
#define NAZARA_SHADER_CONFIG_HPP
|
||||
|
||||
/// Each modification of a parameter needs a recompilation of the module
|
||||
|
||||
@@ -50,4 +50,4 @@
|
||||
#define NAZARA_SHADER_API
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_SHADER_HPP
|
||||
#endif // NAZARA_SHADER_CONFIG_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_CHECK_SHADER_HPP
|
||||
#define NAZARA_CONFIG_CHECK_SHADER_HPP
|
||||
#ifndef NAZARA_SHADER_CONFIGCHECK_HPP
|
||||
#define NAZARA_SHADER_CONFIGCHECK_HPP
|
||||
|
||||
/// This file is used to check the constant values defined in Config.hpp
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#define NAZARA_SHADER_MANAGE_MEMORY 0
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_CHECK_SHADER_HPP
|
||||
#endif // NAZARA_SHADER_CONFIGCHECK_HPP
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - Shader module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
#if NAZARA_SHADER_MANAGE_MEMORY
|
||||
#include <Nazara/Core/Debug/NewRedefinition.hpp>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - Shader module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
// We suppose that Debug.hpp is already included, same goes for Config.hpp
|
||||
#if NAZARA_SHADER_MANAGE_MEMORY
|
||||
#undef delete
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_GLSLWRITER_HPP
|
||||
#define NAZARA_GLSLWRITER_HPP
|
||||
#ifndef NAZARA_SHADER_GLSLWRITER_HPP
|
||||
#define NAZARA_SHADER_GLSLWRITER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -117,4 +117,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/GlslWriter.inl>
|
||||
|
||||
#endif // NAZARA_GLSLWRITER_HPP
|
||||
#endif // NAZARA_SHADER_GLSLWRITER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_LANGWRITER_HPP
|
||||
#define NAZARA_LANGWRITER_HPP
|
||||
#ifndef NAZARA_SHADER_LANGWRITER_HPP
|
||||
#define NAZARA_SHADER_LANGWRITER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -118,4 +118,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/LangWriter.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_LANGWRITER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_BUILDER_HPP
|
||||
#define NAZARA_SHADER_BUILDER_HPP
|
||||
#ifndef NAZARA_SHADER_SHADERBUILDER_HPP
|
||||
#define NAZARA_SHADER_SHADERBUILDER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Ast/Nodes.hpp>
|
||||
@@ -171,4 +171,4 @@ namespace Nz::ShaderBuilder
|
||||
|
||||
#include <Nazara/Shader/ShaderBuilder.inl>
|
||||
|
||||
#endif // NAZARA_SHADER_BUILDER_HPP
|
||||
#endif // NAZARA_SHADER_SHADERBUILDER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_LANGLEXER_HPP
|
||||
#define NAZARA_SHADER_LANGLEXER_HPP
|
||||
#ifndef NAZARA_SHADER_SHADERLANGLEXER_HPP
|
||||
#define NAZARA_SHADER_SHADERLANGLEXER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -53,4 +53,4 @@ namespace Nz::ShaderLang
|
||||
|
||||
#include <Nazara/Shader/ShaderLangLexer.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SHADERLANGLEXER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADER_LANGPARSER_HPP
|
||||
#define NAZARA_SHADER_LANGPARSER_HPP
|
||||
#ifndef NAZARA_SHADER_SHADERLANGPARSER_HPP
|
||||
#define NAZARA_SHADER_SHADERLANGPARSER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -138,4 +138,4 @@ namespace Nz::ShaderLang
|
||||
|
||||
#include <Nazara/Shader/ShaderLangParser.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SHADERLANGPARSER_HPP
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - Shader module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
#if !defined(NAZARA_SHADERLANG_TOKEN)
|
||||
#error You must define NAZARA_SHADERLANG_TOKEN before including this file
|
||||
#endif
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERWRITER_HPP
|
||||
#define NAZARA_SHADERWRITER_HPP
|
||||
#ifndef NAZARA_SHADER_SHADERWRITER_HPP
|
||||
#define NAZARA_SHADER_SHADERWRITER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -34,4 +34,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_SHADERWRITER_HPP
|
||||
#endif // NAZARA_SHADER_SHADERWRITER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVASTVISITOR_HPP
|
||||
#define NAZARA_SPIRVASTVISITOR_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVASTVISITOR_HPP
|
||||
#define NAZARA_SHADER_SPIRVASTVISITOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -161,4 +161,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvAstVisitor.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVASTVISITOR_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVBLOCK_HPP
|
||||
#define NAZARA_SPIRVBLOCK_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVBLOCK_HPP
|
||||
#define NAZARA_SHADER_SPIRVBLOCK_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/SpirvSectionBase.hpp>
|
||||
@@ -46,4 +46,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvBlock.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVBLOCK_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVCONSTANTCACHE_HPP
|
||||
#define NAZARA_SPIRVCONSTANTCACHE_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP
|
||||
#define NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Ast/Enums.hpp>
|
||||
@@ -208,4 +208,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvConstantCache.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVCONSTANTCACHE_HPP
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
// This file is part of the "Nazara Engine - Shader module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// This file was generated automatically, please do not edit
|
||||
// this file was automatically generated and should not be edited
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVDATA_HPP
|
||||
#define NAZARA_SPIRVDATA_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVDATA_HPP
|
||||
#define NAZARA_SHADER_SPIRVDATA_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Flags.hpp>
|
||||
@@ -1812,4 +1812,4 @@ namespace Nz
|
||||
NAZARA_SHADER_API const SpirvInstruction* GetInstructionData(UInt16 op);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVDATA_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVDECODER_HPP
|
||||
#define NAZARA_SPIRVDECODER_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVDECODER_HPP
|
||||
#define NAZARA_SHADER_SPIRVDECODER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -56,4 +56,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvDecoder.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVDECODER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVEXPRESSIONLOAD_HPP
|
||||
#define NAZARA_SPIRVEXPRESSIONLOAD_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP
|
||||
#define NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -58,4 +58,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvExpressionLoad.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVEXPRESSIONLOAD_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVEXPRESSIONSTORE_HPP
|
||||
#define NAZARA_SPIRVEXPRESSIONSTORE_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP
|
||||
#define NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -57,4 +57,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvExpressionStore.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVEXPRESSIONSTORE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVPRINTER_HPP
|
||||
#define NAZARA_SPIRVPRINTER_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVPRINTER_HPP
|
||||
#define NAZARA_SHADER_SPIRVPRINTER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -51,4 +51,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvPrinter.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVPRINTER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVSECTION_HPP
|
||||
#define NAZARA_SPIRVSECTION_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVSECTION_HPP
|
||||
#define NAZARA_SHADER_SPIRVSECTION_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/SpirvSectionBase.hpp>
|
||||
@@ -32,4 +32,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvSection.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVSECTION_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVSECTIONBASE_HPP
|
||||
#define NAZARA_SPIRVSECTIONBASE_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVSECTIONBASE_HPP
|
||||
#define NAZARA_SHADER_SPIRVSECTIONBASE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Ast/Enums.hpp>
|
||||
@@ -72,4 +72,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvSectionBase.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVSECTIONBASE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SPIRVWRITER_HPP
|
||||
#define NAZARA_SPIRVWRITER_HPP
|
||||
#ifndef NAZARA_SHADER_SPIRVWRITER_HPP
|
||||
#define NAZARA_SHADER_SPIRVWRITER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Shader/Config.hpp>
|
||||
@@ -85,4 +85,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Shader/SpirvWriter.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_SHADER_SPIRVWRITER_HPP
|
||||
|
||||
Reference in New Issue
Block a user