![]() |
Nexus Engine
v0.0.1
|
Enumerations | |
| enum class | BuildMode { Debug , RelWithDebInfo , Release } |
Variables | |
| NEXUS_API constexpr std::string_view | engineName = "Nexus Engine" |
| NEXUS_API constexpr std::string_view | engineVersion = "0.0.1" |
| NEXUS_API constexpr BuildMode | buildMode |
| NEXUS_API constexpr bool | isDebug = (buildMode == BuildMode::Debug) |
| NEXUS_API constexpr std::string_view | buildType |
| NEXUS_API constexpr std::string_view | platform = "Unsupported" |
| NEXUS_API constexpr std::string_view | architecture = "Unknown" |
| NEXUS_API constexpr int | platformBits = 0 |
| NEXUS_API constexpr std::string_view | compiler = "Unknown" |
| NEXUS_API constexpr int | compilerVersion = 0 |
| NEXUS_API constexpr std::string_view | cppStandard = "Pre-C++23" |
|
exportstrong |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |
|
constexprexport |