This file contains the Window class. More...
#include <string>
#include <GLFW/glfw3.h>
#include <vulkan/vulkan.h>
Go to the source code of this file.
Classes | |
class | ven::Window |
Class for window. More... | |
Namespaces | |
namespace | ven |
Macros | |
#define | GLFW_INCLUDE_VULKAN |
Variables | |
static constexpr std::string_view | ven::DEFAULT_TITLE = "VEngine" |
static constexpr uint32_t | ven::DEFAULT_WIDTH = 1920 |
static constexpr uint32_t | ven::DEFAULT_HEIGHT = 1080 |
This file contains the Window class.
Definition in file Window.hpp.
#define GLFW_INCLUDE_VULKAN |
Definition at line 11 of file Window.hpp.