vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
Constant.hpp File Reference

This file contains the constant values used in the project. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ven
 

Typedefs

using ven::return_type_t
 

Variables

static constexpr uint32_t ven::DEFAULT_WIDTH = 1920
 
static constexpr uint32_t ven::DEFAULT_HEIGHT = 1080
 
static constexpr std::string_view ven::DEFAULT_TITLE = "VEngine"
 
static constexpr std::string_view ven::SHADERS_BIN_PATH = "shaders/bin/"
 

Detailed Description

This file contains the constant values used in the project.

Definition in file Constant.hpp.