Lugdunum
0.1.0
|
#include <cstdint>
#include <type_traits>
#include <string>
#include <lug/Graphics/Export.hpp>
#include <lug/Graphics/Resource.inl>
Go to the source code of this file.
Classes | |
class | lug::Graphics::Resource |
Class for resource. More... | |
struct | lug::Graphics::Resource::Handle |
Handle of the resource. It contains informations such as the type and the index in the ResourceManager's internal vector, i.e. the index of the Resource in this vector. More... | |
class | lug::Graphics::Resource::SharedPtr< T > |
Dummy class for a shared pointer. More... | |
class | lug::Graphics::Resource::WeakPtr< T > |
Dummy class for a weak ptr. More... | |
Namespaces | |
lug | |
lug::Graphics | |