Lugdunum
0.1.0
src
lug
Graphics
Render
SkyBox.cpp
Go to the documentation of this file.
1
#include <
lug/Graphics/Render/SkyBox.hpp
>
2
3
namespace
lug
{
4
namespace
Graphics {
5
namespace
Render {
6
7
SkyBox::SkyBox
(
const
std::string& name):
Resource
(
Resource
::
Type
::
SkyBox
, name) {}
8
9
}
// Render
10
}
// Graphics
11
}
// lug
lug::Graphics::Render::SkyBox::SkyBox
SkyBox(const std::string &name)
Definition:
SkyBox.cpp:7
lug::Graphics::Resource
Class for resource.
Definition:
Resource.hpp:17
lug::Graphics::Render::SkyBox
Definition:
SkyBox.hpp:19
SkyBox.hpp
lug
Definition:
Application.hpp:11
lug::Graphics::Resource::Type
Type
Type of the resource.
Definition:
Resource.hpp:24
Generated by
1.8.13