mirror of
https://github.com/YACReader/yacreader
synced 2025-08-12 09:15:07 -04:00
added an option for choosing between OpenGL/Angle at building time
This commit is contained in:
@ -8,8 +8,10 @@ class OpenGLChecker
|
||||
public:
|
||||
OpenGLChecker();
|
||||
bool hasCompatibleOpenGLVersion();
|
||||
QString textVersionDescription();
|
||||
private:
|
||||
//??
|
||||
QString description;
|
||||
bool compatibleOpenGLVersion;
|
||||
};
|
||||
|
||||
#endif // OPENGL_CHECKER_H
|
||||
|
Reference in New Issue
Block a user