Lugdunum  0.1.0
SkyBox.inl
Go to the documentation of this file.
1 inline const API::GraphicsPipeline& SkyBox::getPipeline() {
2  return SkyBox::_pipeline;
3 }
4 
6  return SkyBox::_mesh;
7 }
8 
10  return SkyBox::_brdfLut;
11 }