Lugdunum
0.1.0
include
lug
Graphics
Vulkan
Render
Window.inl
Go to the documentation of this file.
1
inline
const
API::Swapchain
& Window::getSwapchain()
const
{
2
return
_swapchain;
3
}
4
5
inline
uint16_t Window::getWidth()
const
{
6
return
_mode.width;
7
}
8
9
inline
uint16_t Window::getHeight()
const
{
10
return
_mode.height;
11
}
lug::Graphics::Vulkan::API::Swapchain
Definition:
Swapchain.hpp:23
Generated by
1.8.13