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  Engine::Exceptions::Exception
class  Engine::Exceptions::VrHeadsetConnection
class  Engine::Exceptions::VulkanSetup
 Is thrown when trying to create a vulkan object and it fails. More...
class  Engine::Exceptions::XrRendering
class  Engine::Exceptions::Rendering
class  Engine::Exceptions::BufferWrite
 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  Engine::Exceptions::Allocation
 Used when we allocate memory in finite space (e.g. array) and run out of space. More...
class  Engine::Exceptions::MissingOpenXrRuntime
 When the open xr runtime is not installed this will be thrown. More...

Namespaces

namespace  Engine
namespace  Engine::Exceptions