MorphoGraphX  2.0-1-227
Namespaces | Macros | Typedefs | Functions | Variables
GL.hpp File Reference
#include <Config.hpp>
#include <GL/gl.h>
#include <GL/glu.h>
#include <Information.hpp>
#include <QOpenGLFunctions_3_0>

Go to the source code of this file.

Namespaces

 mgx
 Distributed matrix library.
 

Macros

#define MGX_REQUIRED_OPENGL_VERSION
 
#define REPORT_GL_ERROR(str)
 

Typedefs

typedef QOpenGLFunctions_3_0 mgx::MGXOpenGLFunctions
 

Functions

bool mgx::reportGLError (const QString &str, const char *file, int line)
 

Variables

mgx_EXPORT MGXOpenGLFunctions * mgx::glfuncs
 

Macro Definition Documentation

◆ MGX_REQUIRED_OPENGL_VERSION

#define MGX_REQUIRED_OPENGL_VERSION

Definition at line 20 of file GL.hpp.

◆ REPORT_GL_ERROR

#define REPORT_GL_ERROR (   str)

Definition at line 22 of file GL.hpp.