Lugdunum
0.1.0
|
Utility structure used to initialize the Graphics component. More...
#include <Graphics.hpp>
Public Attributes | |
Renderer::Type | rendererType |
Renderer::InitInfo | rendererInitInfo |
std::set< Module::Type > | mandatoryModules |
std::set< Module::Type > | optionalModules |
Utility structure used to initialize the Graphics component.
Definition at line 30 of file Graphics.hpp.
Renderer::Type lug::Graphics::Graphics::InitInfo::rendererType |
Definition at line 31 of file Graphics.hpp.
Renderer::InitInfo lug::Graphics::Graphics::InitInfo::rendererInitInfo |
The renderer to use.
Definition at line 32 of file Graphics.hpp.
std::set<Module::Type> lug::Graphics::Graphics::InitInfo::mandatoryModules |
Initialization info for the renderer.
Definition at line 33 of file Graphics.hpp.
std::set<Module::Type> lug::Graphics::Graphics::InitInfo::optionalModules |
Definition at line 34 of file Graphics.hpp.