#include <deque>
#include "TGWin32GL.h"
#include "TGWin32VirtualGLProxy.h"
#include "TVirtualViewer3D.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TROOT.h"
#include "Windows4Root.h"
#include "gdk/gdk.h"
#include "gdk/win32/gdkwin32.h"
#include <GL/gl.h>
#include <GL/glu.h>
Go to the source code of this file.
Classes | |
struct | TGWin32GLManager::TGLContext |
class | TGWin32GLManager::TGWin32GLImpl |
Functions | |
ClassImp (TGWin32GLManager) TGWin32GLManager | |
Variables | |
const PIXELFORMATDESCRIPTOR | doubleBufferDesc |
const PIXELFORMATDESCRIPTOR | singleScreenDesc |
ClassImp | ( | TGWin32GLManager | ) |
Definition at line 225 of file TGWin32GL.cxx.
References TSeqCollection::AddLast(), TROOT::GetListOfSpecials(), gGLManager, gPtr2GLManager, gROOT, and TGWin32GLManagerProxy::ProxyObject().
const PIXELFORMATDESCRIPTOR doubleBufferDesc |
Initial value:
{ sizeof doubleBufferDesc, 1, PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER, PFD_TYPE_RGBA, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, PFD_MAIN_PLANE }
Definition at line 154 of file TGWin32GL.cxx.
Referenced by TGWin32GLManager::CreateGLContext().
HBITMAP fBMP |
Definition at line 111 of file TGWin32GL.cxx.
HGLRC fCtx |
Definition at line 133 of file TGWin32GL.cxx.
HDC fHDC |
Definition at line 88 of file TGWin32GL.cxx.
HDC fHDC |
Definition at line 66 of file TGWin32GL.cxx.
Definition at line 89 of file TGWin32GL.cxx.
const PIXELFORMATDESCRIPTOR singleScreenDesc |
Initial value:
{ sizeof singleScreenDesc, 1, PFD_DRAW_TO_BITMAP | PFD_SUPPORT_OPENGL, PFD_TYPE_RGBA, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, PFD_MAIN_PLANE }
Definition at line 174 of file TGWin32GL.cxx.