Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Exceptions.h File Reference
#include <string>
#include <sstream>
Include dependency graph for Exceptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EngineCore::Exception
class  EngineCore::VrHeadsetConnectionException
class  EngineCore::BufferWriteException
 A buffer write exception is typically thrown when trying to write to a buffer which does not have enough space for the content written to it. More...
class  EngineCore::AllocationException
 Used when we allocate memory in finite space (e.g. array) and run out of space. More...
class  EngineCore::MissingOpenXrRuntimeException
 When the open xr runtime is not installed this will be thrown. More...

Namespaces

namespace  EngineCore
 Log category system implementation.