Lugdunum
0.1.0
src
lug
Graphics
Renderer.cpp
Go to the documentation of this file.
1
#include <
lug/Graphics/Renderer.hpp
>
2
3
namespace
lug
{
4
namespace
Graphics {
5
6
Renderer::Renderer
(
Graphics
& graphics,
Renderer::Type
type) : _graphics{graphics},
_type
{type} {}
7
8
}
// Graphics
9
}
// lug
Renderer.hpp
lug::Graphics::Renderer::Type
Type
Definition:
Renderer.hpp:20
lug::Graphics::Renderer::_type
Type _type
Definition:
Renderer.hpp:71
lug
Definition:
Application.hpp:11
lug::Graphics::Renderer::Renderer
Renderer(Graphics &graphics, Type type)
Definition:
Renderer.cpp:6
lug::Graphics::Graphics
Class for graphics.
Definition:
Graphics.hpp:25
Generated by
1.8.13