mirror of
https://github.com/YACReader/yacreader
synced 2026-02-26 08:53:00 -05: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