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 {800} |
| std::string | title {"helios - Window"} |
|
Initial title displayed with the window, e.g. the title bar. More... | |
| math::vec4i | viewport {0,0, 800, 800} |
|
Initial viewport configuration (x, y, width, height). More... | |
Description
Configuration structure for creating and initializing a Window.
The struct provides common parameters, such as width, height, title and viewport.
Definition at line 20 of file WindowConfig.ixx.
Public Destructor
~WindowConfig()
| virtual default |
Definition at line 22 of file WindowConfig.ixx.
Public Member Attributes
height
|
title
|
Initial title displayed with the window, e.g. the title bar.
Definition at line 39 of file WindowConfig.ixx.
viewport
|
Initial viewport configuration (x, y, width, height).
Definition at line 45 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.