VkCV Framework  0.0.1
CV Vulkan framework
Window.cpp File Reference

Window class to handle a basic rendering surface and input. More...

#include <thread>
#include <vector>
#include <GLFW/glfw3.h>
#include "vkcv/Window.hpp"
Include dependency graph for Window.cpp:

Go to the source code of this file.

Variables

static std::vector< GLFWwindow * > vkcv::s_Windows
 

Detailed Description

Window class to handle a basic rendering surface and input.

Authors
Sebastian Gaida

Definition in file Window.cpp.