WindowConfig Struct
Configuration structure for creating and initializing a Window. More...
Declaration
Derived Structs
| struct | GLFWWindowConfig | 
| 
 Configuration structure for a GLFWWindow. More...  | |
Public Destructor Index
| ~WindowConfig ()=default | |
Public Member Attributes Index
| int | width {800} | 
| int | height {600} | 
| std::string | title {"helios - Window"} | 
| 
 Initial title displayed with the window, e.g. the title bar. More...  | |
| math::vec4i | viewport {0,0, 800, 600} | 
| 
 Initial viewport configuration (x, y, width, height). More...  | |
Description
Configuration structure for creating and initializing a Window.
The struct provides configuration of common parameters, such as width, height, the title and the viewport.
Definition at line 17 of file WindowConfig.ixx.
Public Destructor
~WindowConfig()
  | virtual default | 
Definition at line 19 of file WindowConfig.ixx.
Public Member Attributes
height
  | 
title
  | 
Initial title displayed with the window, e.g. the title bar.
Definition at line 36 of file WindowConfig.ixx.
viewport
  | 
Initial viewport configuration (x, y, width, height).
Definition at line 42 of file WindowConfig.ixx.
width
  | 
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.