Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
rendering_engine::WindowResolution Struct Reference

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.

Detailed Description

Represents the pixel resolution of a window or display.

Definition at line 16 of file i_window_system.hpp.

Member Data Documentation

◆ height

unsigned int rendering_engine::WindowResolution::height

Window or screen height in pixels.

Definition at line 21 of file i_window_system.hpp.

◆ width

unsigned int rendering_engine::WindowResolution::width

Window or screen width in pixels.

Definition at line 19 of file i_window_system.hpp.


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