CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Exception.hpp File Reference
#include "CeresEngine/Foundation/Container/Vector.hpp"
#include <stdexcept>

Go to the source code of this file.

Classes

class  CeresEngine::ShaderCompiler::ASTRuntimeError
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::ShaderCompiler
 

Functions

void CeresEngine::ShaderCompiler::runtimeErr (const char *msg)
 
void CeresEngine::ShaderCompiler::runtimeErr (const String &msg)
 
void CeresEngine::ShaderCompiler::runtimeErr (const char *msg, const AST *ast)
 
void CeresEngine::ShaderCompiler::runtimeErr (const String &msg, const AST *ast)
 
void CeresEngine::ShaderCompiler::runtimeErr (const String &msg, const AST *ast, const Vector< const AST * > &astAppendices)
 
void CeresEngine::ShaderCompiler::invalidArg (const char *msg)
 
void CeresEngine::ShaderCompiler::invalidArg (const String &msg)