Lugdunum
0.1.0
include
lug
Graphics
Render
Target.inl
Go to the documentation of this file.
1
inline
const
std::vector<std::unique_ptr<View>>& Target::getRenderViews()
const
{
2
return
_renderViews;
3
}
4
5
inline
std::vector<std::unique_ptr<View>>& Target::getRenderViews() {
6
return
_renderViews;
7
}
Generated by
1.8.13