Lugdunum  0.1.0
View.inl
Go to the documentation of this file.
1 inline Technique::Technique* View::getRenderTechnique() {
2  return _renderTechnique.get();
3 }
4 
5 inline const API::Semaphore& View::getDrawCompleteSemaphore(uint32_t currentImageIndex) const {
6  return _drawCompleteSemaphores[currentImageIndex];
7 }