Lugdunum  0.1.0
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 }