Lugdunum
0.1.0
include
lug
Graphics
Render
Technique
Type.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/Graphics/Export.hpp
>
4
5
namespace
lug
{
6
namespace
Graphics {
7
namespace
Render {
8
namespace
Technique {
9
10
enum class
LUG_GRAPHICS_API
Type
: uint8_t {
11
Forward
12
};
13
14
}
// Technique
15
}
// Render
16
}
// Graphics
17
}
// lug
LUG_GRAPHICS_API
#define LUG_GRAPHICS_API
Definition:
Export.hpp:11
lug::Graphics::Render::Technique::Type::Forward
lug::Graphics::Render::Technique::Type
Type
Definition:
Type.hpp:10
lug
Definition:
Application.hpp:11
Export.hpp
Generated by
1.8.13