vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
Window.hpp File Reference

This file contains the Window class. More...

#include <string>
#include <GLFW/glfw3.h>
#include <vulkan/vulkan.h>
+ Include dependency graph for Window.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the Window class.

Definition in file Window.hpp.

Macro Definition Documentation

◆ GLFW_INCLUDE_VULKAN

#define GLFW_INCLUDE_VULKAN

Definition at line 11 of file Window.hpp.