Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::DisplayManager::OutputDisplayProperties Struct Reference

#include <Application.h>

Public Attributes

string _formatName {}
 
vec2< U16_resolution { 1u }
 
U8 _bitsPerPixel { 8u }
 
U8 _maxRefreshRate { 24u }
 As returned by SDL_GetPixelFormatName.
 

Detailed Description

Definition at line 164 of file Application.h.

Member Data Documentation

◆ _bitsPerPixel

U8 Divide::DisplayManager::OutputDisplayProperties::_bitsPerPixel { 8u }

Definition at line 168 of file Application.h.

◆ _formatName

string Divide::DisplayManager::OutputDisplayProperties::_formatName {}

Definition at line 166 of file Application.h.

◆ _maxRefreshRate

U8 Divide::DisplayManager::OutputDisplayProperties::_maxRefreshRate { 24u }

As returned by SDL_GetPixelFormatName.

Definition at line 169 of file Application.h.

◆ _resolution

vec2<U16> Divide::DisplayManager::OutputDisplayProperties::_resolution { 1u }

Definition at line 167 of file Application.h.


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