![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
Represents the pixel resolution of a window or display. More...
#include <i_window_system.hpp>
Public Attributes | |
| unsigned int | width |
| Window or screen width in pixels. | |
| unsigned int | height |
| Window or screen height in pixels. | |
Represents the pixel resolution of a window or display.
Definition at line 16 of file i_window_system.hpp.
| unsigned int rendering_engine::WindowResolution::height |
Window or screen height in pixels.
Definition at line 21 of file i_window_system.hpp.
| unsigned int rendering_engine::WindowResolution::width |
Window or screen width in pixels.
Definition at line 19 of file i_window_system.hpp.