OpenMW
Functions
anonymous_namespace{settingswindow.cpp} Namespace Reference

Functions

std::string fpsLevelToStr (int level)
std::string textureFilteringToStr (const std::string &val)
void parseResolution (int &x, int &y, const std::string &str)
bool sortResolutions (std::pair< int, int > left, std::pair< int, int > right)
std::string getAspect (int x, int y)
std::string hlslGlsl ()
bool cgAvailable ()

Function Documentation

bool anonymous_namespace{settingswindow.cpp}::cgAvailable ( )
std::string anonymous_namespace{settingswindow.cpp}::fpsLevelToStr ( int  level)
std::string anonymous_namespace{settingswindow.cpp}::getAspect ( int  x,
int  y 
)
std::string anonymous_namespace{settingswindow.cpp}::hlslGlsl ( )
void anonymous_namespace{settingswindow.cpp}::parseResolution ( int &  x,
int &  y,
const std::string &  str 
)
bool anonymous_namespace{settingswindow.cpp}::sortResolutions ( std::pair< int, int >  left,
std::pair< int, int >  right 
)
std::string anonymous_namespace{settingswindow.cpp}::textureFilteringToStr ( const std::string &  val)