mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Merge
This commit is contained in:
15
common/opengl_checker.h
Normal file
15
common/opengl_checker.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef OPENGL_CHECKER_H
|
||||
#define OPENGL_CHECKER_H
|
||||
|
||||
#include <QOpenGLContext>
|
||||
|
||||
class OpenGLChecker
|
||||
{
|
||||
public:
|
||||
OpenGLChecker();
|
||||
bool hasCompatibleOpenGLVersion();
|
||||
private:
|
||||
//??
|
||||
};
|
||||
|
||||
#endif // OPENGL_CHECKER_H
|
Reference in New Issue
Block a user