Lugdunum  0.1.0
Texture.cpp
Go to the documentation of this file.
2 
3 namespace lug {
4 namespace Graphics {
5 namespace Render {
6 
7 Texture::Texture(const std::string& name): Resource(Resource::Type::Texture, name) {}
8 
9 } // Render
10 } // Graphics
11 } // lug
Texture(const std::string &name)
Definition: Texture.cpp:7
Class for resource.
Definition: Resource.hpp:17
Type
Type of the resource.
Definition: Resource.hpp:24