|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Base exception type for engine-specific runtime errors. More...
#include <Exceptions.h>
Public Member Functions | |
| Exception (const std::string &message) | |
| Exception (const std::stringstream &message) | |
Base exception type for engine-specific runtime errors.
Definition at line 10 of file Exceptions.h.
|
inlineexplicit |
Definition at line 13 of file Exceptions.h.
Referenced by Engine::Exceptions::Allocation::Allocation(), Engine::Exceptions::Allocation::Allocation(), Engine::Exceptions::BufferWrite::BufferWrite(), Engine::Exceptions::BufferWrite::BufferWrite(), Engine::Exceptions::Environment::Environment(), Engine::Exceptions::Environment::Environment(), Engine::Exceptions::MissingOpenXrRuntime::MissingOpenXrRuntime(), Engine::Exceptions::MissingOpenXrRuntime::MissingOpenXrRuntime(), Engine::Exceptions::MissingVulkanFeature::MissingVulkanFeature(), Engine::Exceptions::MissingVulkanFeature::MissingVulkanFeature(), Engine::Exceptions::Rendering::Rendering(), Engine::Exceptions::Rendering::Rendering(), Engine::Exceptions::VrHeadsetConnection::VrHeadsetConnection(), Engine::Exceptions::VrHeadsetConnection::VrHeadsetConnection(), Engine::Exceptions::VulkanSetup::VulkanSetup(), Engine::Exceptions::VulkanSetup::VulkanSetup(), Engine::Exceptions::XrRendering::XrRendering(), and Engine::Exceptions::XrRendering::XrRendering().
|
inlineexplicit |
Definition at line 15 of file Exceptions.h.