vOOlkan
An object oriented approach to Vulkan
|
Manages the creation and lifetime of an OS window. More...
#include <Window.h>
Public Member Functions | |
Window (int width, int height, const std::string &title="Vulkan window") | |
Creates a window. More... | |
Window (Window &)=delete | |
Window (Window &&)=delete | |
Window & | operator= (Window &)=delete |
Window & | operator= (Window &&)=delete |
GLFWwindow * | operator+ () const |
Manages the creation and lifetime of an OS window.
Vulkan::Window::Window | ( | int | width, |
int | height, | ||
const std::string & | title = "Vulkan window" |
||
) |
Creates a window.
The underlying type of the window is GLFWwindow*.
width | Width of the window. |
height | Height of the window. |
title | Title of the window. |
|
delete |
|
delete |
GLFWwindow * Vulkan::Window::operator+ | ( | ) | const |