Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::MissingOpenXrRuntimeException Class Reference

When the open xr runtime is not installed this will be thrown. More...

#include <Exceptions.h>

Inheritance diagram for EngineCore::MissingOpenXrRuntimeException:
Collaboration diagram for EngineCore::MissingOpenXrRuntimeException:

Public Member Functions

 MissingOpenXrRuntimeException (const std::string &message)
 MissingOpenXrRuntimeException (const std::stringstream &message)
Public Member Functions inherited from EngineCore::Exception
 Exception (const std::string &message)
 Exception (const std::stringstream &message)

Detailed Description

When the open xr runtime is not installed this will be thrown.

Date
2025-06-06
Author
Konstantin Passig

Definition at line 54 of file Exceptions.h.

Constructor & Destructor Documentation

◆ MissingOpenXrRuntimeException() [1/2]

EngineCore::MissingOpenXrRuntimeException::MissingOpenXrRuntimeException ( const std::string & message)
inlineexplicit

Definition at line 57 of file Exceptions.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

◆ MissingOpenXrRuntimeException() [2/2]

EngineCore::MissingOpenXrRuntimeException::MissingOpenXrRuntimeException ( const std::stringstream & message)
inlineexplicit

Definition at line 58 of file Exceptions.h.

References EngineCore::Exception::Exception().

Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Core/Exceptions.h