![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <Configuration.h>
Public Attributes | |
string | title = "DIVIDE Framework" |
U8 | targetDisplay = 0 |
U8 | targetRenderingAPI = 0 |
I16 | maxWorkerThreads = -1 |
U8 | windowedMode = 0 |
bool | windowResizable = false |
bool | maximizeOnStart = true |
bool | enableVSync = true |
bool | adaptiveSync = false |
bool | usePipelineCache = true |
I16 | frameRateLimit = -1 |
vec2< U16 > | splashScreenSize = { 400, 300 } |
vec2< U16 > | windowSize = { 1280, 720 } |
vec2< U16 > | resolution = { 1024, 768 } |
F32 | simSpeed = 1.f |
F32 | cameraViewDistance = 1000.0f |
U8 | horizontalFOV = 90u |
Definition at line 77 of file Configuration.h.
bool Divide::Configuration::Runtime::adaptiveSync = false |
Definition at line 87 of file Configuration.h.
F32 Divide::Configuration::Runtime::cameraViewDistance = 1000.0f |
Definition at line 94 of file Configuration.h.
bool Divide::Configuration::Runtime::enableVSync = true |
Definition at line 86 of file Configuration.h.
I16 Divide::Configuration::Runtime::frameRateLimit = -1 |
Definition at line 89 of file Configuration.h.
U8 Divide::Configuration::Runtime::horizontalFOV = 90u |
Definition at line 95 of file Configuration.h.
bool Divide::Configuration::Runtime::maximizeOnStart = true |
Definition at line 85 of file Configuration.h.
I16 Divide::Configuration::Runtime::maxWorkerThreads = -1 |
Definition at line 82 of file Configuration.h.
Definition at line 92 of file Configuration.h.
F32 Divide::Configuration::Runtime::simSpeed = 1.f |
Definition at line 93 of file Configuration.h.
Definition at line 90 of file Configuration.h.
U8 Divide::Configuration::Runtime::targetDisplay = 0 |
Definition at line 80 of file Configuration.h.
U8 Divide::Configuration::Runtime::targetRenderingAPI = 0 |
Definition at line 81 of file Configuration.h.
string Divide::Configuration::Runtime::title = "DIVIDE Framework" |
Definition at line 79 of file Configuration.h.
bool Divide::Configuration::Runtime::usePipelineCache = true |
Definition at line 88 of file Configuration.h.
U8 Divide::Configuration::Runtime::windowedMode = 0 |
Definition at line 83 of file Configuration.h.
bool Divide::Configuration::Runtime::windowResizable = false |
Definition at line 84 of file Configuration.h.
Definition at line 91 of file Configuration.h.