Lugdunum
0.1.0
src
lug
Graphics
Render
Texture.cpp
Go to the documentation of this file.
1
#include <
lug/Graphics/Render/Texture.hpp
>
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
lug::Graphics::Render::Texture
Definition:
Texture.hpp:16
lug::Graphics::Render::Texture::Texture
Texture(const std::string &name)
Definition:
Texture.cpp:7
lug::Graphics::Resource
Class for resource.
Definition:
Resource.hpp:17
lug
Definition:
Application.hpp:11
Texture.hpp
lug::Graphics::Resource::Type
Type
Type of the resource.
Definition:
Resource.hpp:24
Generated by
1.8.13