4#define GLFW_INCLUDE_VULKAN
10namespace Vulkan {
class Window; }
26 Window(
int width,
int height,
const std::string& title =
"Vulkan window");
42 static void deleteWindow(GLFWwindow* window);
45 std::unique_ptr<GLFWwindow,
decltype(&deleteWindow)> window;
Manages the creation and lifetime of an OS window.
Definition: Window.h:15
GLFWwindow * operator+() const
Definition: Window.cpp:16
Window(int width, int height, const std::string &title="Vulkan window")
Creates a window.
Definition: Window.cpp:6
Window & operator=(Window &&)=delete
Window & operator=(Window &)=delete
Types of queue families.
Definition: Animations.h:17