|
CeresEngine 0.2.0
A game development framework
|
#include "Parser.hpp"#include "PreProcessorScanner.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/Container/InitializerList.hpp"#include "CeresEngine/Foundation/Container/Map.hpp"#include "CeresEngine/Foundation/Container/Set.hpp"#include "CeresEngine/Foundation/Container/Stack.hpp"#include "CeresEngine/Material/ShaderCompiler/Log.hpp"#include "CeresEngine/Material/ShaderCompiler/ShaderCompiler.hpp"#include "CeresEngine/Material/ShaderCompiler/SourceCode.hpp"#include "CeresEngine/Material/ShaderCompiler/AST/ASTEnums.hpp"#include "CeresEngine/Material/ShaderCompiler/AST/TokenString.hpp"#include <functional>#include <iostream>Go to the source code of this file.
Classes | |
| class | CeresEngine::ShaderCompiler::PreProcessor |
| Pre-processor to substitute macros and include directives. More... | |
| struct | CeresEngine::ShaderCompiler::PreProcessor::Macro |
| struct | CeresEngine::ShaderCompiler::PreProcessor::IfBlock |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::ShaderCompiler |