Public Member Functions | |
RenderManagerConfig (const std::string &renderManagerConfig) | |
void | parse (const std::string &renderManagerConfig) |
void | print () const |
bool | getDirectMode () const |
Read the property information. | |
uint32_t | getDisplayIndex () const |
bool | getDirectHighPriority () const |
bool | getEnableTimeWarp () const |
bool | getAsynchronousTimeWarp () const |
float | getMaxMSBeforeVsyncTimeWarp () const |
float | getRenderOverfillFactor () const |
float | getRenderOversampleFactor () const |
std::size_t | getNumBuffers () const |
bool | getVerticalSync () const |
bool | getVerticalSyncBlockRendering () const |
std::string | getWindowTitle () const |
bool | getWindowFullScreen () const |
int32_t | getWindowXPosition () const |
int32_t | getWindowYPosition () const |
uint32_t | getDisplayRotation () const |
uint32_t | getBitsPerColor () const |
bool | getclientPredictionEnabled () const |
float | getStaticDelayMS () const |
float | getLeftEyeDelayMS () const |
float | getRightEyeDelayMS () const |
bool | getclientPredictionLocalTimeOverride () const |
Definition at line 50 of file RenderManagerConfig.h.