Lugdunum
0.1.0
include
lug
Graphics
Vulkan
Render
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
}
lug::Graphics::Vulkan::Render::Technique::Technique
Definition:
Technique.hpp:29
lug::Graphics::Vulkan::API::Semaphore
Definition:
Semaphore.hpp:17
Generated by
1.8.13