|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/String.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include <stdexcept>Go to the source code of this file.
Classes | |
| class | CeresEngine::ShaderCompiler::Report |
| Report exception class which contains a completely constructed message with optional line marker, hints, and context description. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::ShaderCompiler |
Enumerations | |
| enum class | CeresEngine::ShaderCompiler::ReportTypes { CeresEngine::ShaderCompiler::Info , CeresEngine::ShaderCompiler::Warning , CeresEngine::ShaderCompiler::Error } |
| Report types enumeration. More... | |