71 bool beginInit(
const InitInfo& initInfo);
90 const std::set<Module::Type>& getLoadedMandatoryModules()
const;
91 const std::set<Module::Type>& getLoadedOptionalModules()
const;
108 std::set<Module::Type> _loadedMandatoryModules{};
109 std::set<Module::Type> _loadedOptionalModules{};
111 std::unique_ptr<Renderer> _renderer{
nullptr};
Stores the version of the Application.
std::set< Module::Type > mandatoryModules
Utility structure used to initialize the Graphics component.
Core::Version _appVersion
Renderer::InitInfo rendererInitInfo
std::set< Module::Type > optionalModules
Renderer::Type rendererType