![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <Application.h>
Public Attributes | |
string | _formatName {} |
vec2< U16 > | _resolution { 1u } |
U8 | _bitsPerPixel { 8u } |
U8 | _maxRefreshRate { 24u } |
As returned by SDL_GetPixelFormatName. | |
Definition at line 164 of file Application.h.
U8 Divide::DisplayManager::OutputDisplayProperties::_bitsPerPixel { 8u } |
Definition at line 168 of file Application.h.
string Divide::DisplayManager::OutputDisplayProperties::_formatName {} |
Definition at line 166 of file Application.h.
U8 Divide::DisplayManager::OutputDisplayProperties::_maxRefreshRate { 24u } |
As returned by SDL_GetPixelFormatName.
Definition at line 169 of file Application.h.
Definition at line 167 of file Application.h.