Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/sharedglcontext.h

Go to the documentation of this file.
00001 #ifndef SHAREDGLCONTEXT_H_
00002 #define SHAREDGLCONTEXT_H_
00003 
00004 class QGLContext;
00005 
00006 class SharedGLContext 
00007 {
00008     public:
00009         static QGLContext* getContext();
00010     private:
00011         SharedGLContext() { };
00012         static QGLContext* s_pSharedGLContext;
00013 };
00014 
00015 #endif //SHAREDGLCONTEXT_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines