StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
staplegl::resolution Struct Reference

A struct that represents an image's dimensions. More...

#include <utility.hpp>

Public Attributes

std::int32_t width {}
 
std::int32_t height {}
 

Detailed Description

A struct that represents an image's dimensions.

Note
The width and height are signed integers because OpenGL uses signed integers, even though the dimensions of an image are always positive.
Examples
teapot.cpp.

Definition at line 28 of file utility.hpp.

Member Data Documentation

◆ height

std::int32_t staplegl::resolution::height {}

Definition at line 31 of file utility.hpp.

◆ width

std::int32_t staplegl::resolution::width {}

Definition at line 30 of file utility.hpp.


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