Ability to request an OpenGL version from SGCT using commandline arguments

This commit is contained in:
Alexander Bock
2015-03-03 14:53:35 +01:00
parent 07a26fa1e9
commit e6abdd97d2
3 changed files with 37 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ namespace scripting {
class OpenSpaceEngine {
public:
static bool create(int argc, char** argv, std::vector<std::string>& sgctArguments);
static bool create(int argc, char** argv, std::vector<std::string>& sgctArguments, std::string& openGlVersion);
static void destroy();
static OpenSpaceEngine& ref();