Lugdunum
0.1.0
|
#include <memory>
#include <mutex>
#include <unordered_map>
#include <vector>
#include <lug/Graphics/Export.hpp>
#include <lug/Graphics/Loader.hpp>
#include <lug/Graphics/Resource.hpp>
#include <lug/Graphics/ResourceManager.inl>
Go to the source code of this file.
Classes | |
class | lug::Graphics::ResourceManager |
Class for resource manager. The ResourceManager allows the user to load resources and store them. There should be at most one resource manager at any time, it is usually created by the Graphics instance, and retrievable by #Graphics::getResourceManager() More... | |
Namespaces | |
lug | |
lug::Graphics | |