luna engine
software engine
Loading...
Searching...
No Matches
luna::vulkan::windowSpec Struct Reference

#include <window.h>

Collaboration diagram for luna::vulkan::windowSpec:

Public Member Functions

 windowSpec (const std::string &Title="Luna Engine", uint32_t Width=1280, uint32_t Height=720)
 

Public Attributes

uint32_t width
 
uint32_t height
 
std::string title
 

Constructor & Destructor Documentation

◆ windowSpec()

luna::vulkan::windowSpec::windowSpec ( const std::string &  Title = "Luna Engine",
uint32_t  Width = 1280,
uint32_t  Height = 720 
)
inline

Member Data Documentation

◆ height

uint32_t luna::vulkan::windowSpec::height

◆ title

std::string luna::vulkan::windowSpec::title

◆ width

uint32_t luna::vulkan::windowSpec::width

The documentation for this struct was generated from the following file: