cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::WindowSize Struct Reference

Struct for window size. More...

#include <IWindow.hpp>

+ Collaboration diagram for cae::WindowSize:

Public Attributes

uint16_t width
 
uint16_t height
 

Detailed Description

Struct for window size.

Definition at line 22 of file IWindow.hpp.

Member Data Documentation

◆ height

uint16_t cae::WindowSize::height

Definition at line 25 of file IWindow.hpp.

Referenced by cae::GLFW::create(), and cae::OPGL::draw().

◆ width

uint16_t cae::WindowSize::width

Definition at line 24 of file IWindow.hpp.

Referenced by cae::GLFW::create(), and cae::OPGL::draw().


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