|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Is thrown when the environment for the game is not setup properly. So for example if we cant find an openxr runtime this is thrown. More...
#include <ApplicationContext.h>
Public Member Functions | |
| EnvironmentException (std::string message) | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | message_ |
Is thrown when the environment for the game is not setup properly. So for example if we cant find an openxr runtime this is thrown.
Definition at line 18 of file ApplicationContext.h.
|
inlineexplicit |
Definition at line 21 of file ApplicationContext.h.
References message_.
|
inlinenodiscardoverridenoexcept |
Definition at line 23 of file ApplicationContext.h.
References message_.
|
private |
Definition at line 29 of file ApplicationContext.h.
Referenced by EnvironmentException(), and what().