Skip to content

Struct atlas::window_settings

ClassList > atlas > window_settings

Specific settings to the window configuration. More...

  • #include <types.hpp>

Public Attributes

Type Name
uint32_t frames_in_flight = 2
uint32_t height = -1
std::string name = ""
uint32_t width = -1

Detailed Description

Contains window properties for doing things with the windows

Public Attributes Documentation

variable frames_in_flight

uint32_t atlas::window_settings::frames_in_flight;

variable height

uint32_t atlas::window_settings::height;

variable name

std::string atlas::window_settings::name;

variable width

uint32_t atlas::window_settings::width;


The documentation for this class was generated from the following file TheAtlasEngine/atlas/core/utilities/types.hpp