![]() |
Lysa
0.0
Lysa 3D Engine
|
Public Attributes | |
| std::filesystem::path | appDir {"."} |
| Directory to search for resources for the app:// URI. More... | |
| std::string | shaderDir {"shaders"} |
| Directory to search for compiled shaders inside app://. More... | |
| PhysicsConfiguration | physicsConfig {} |
| int | loggingMode {LOGGING_MODE_NONE} |
| Where to log a message using Logger. More... | |
| LogLevel | logLevelMin {LogLevel::INFO} |
| Minimum level for the log messages. More... | |
| vireo::Backend | backend {vireo::Backend::VULKAN} |
| Graphic API. More... | |
| ResourcesConfiguration | resourcesConfig |
| Global resources configuration. More... | |
| std::filesystem::path appDir {"."} |
Directory to search for resources for the app:// URI.
| vireo::Backend backend {vireo::Backend::VULKAN} |
Graphic API.
| int loggingMode {LOGGING_MODE_NONE} |
Where to log a message using Logger.
| LogLevel logLevelMin {LogLevel::INFO} |
Minimum level for the log messages.
| PhysicsConfiguration physicsConfig {} |
| ResourcesConfiguration resourcesConfig |
Global resources configuration.
| std::string shaderDir {"shaders"} |
Directory to search for compiled shaders inside app://.