ROOT  6.06/09
Reference Guide
Functions | Variables
TGWin32GL.cxx File Reference
#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>
+ Include dependency graph for TGWin32GL.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGWin32GLManager) TGWin32GLManager
 

Variables

const PIXELFORMATDESCRIPTOR doubleBufferDesc
 
const PIXELFORMATDESCRIPTOR singleScreenDesc
 

Function Documentation

ClassImp ( TGWin32GLManager  )

Definition at line 225 of file TGWin32GL.cxx.

Variable Documentation

const PIXELFORMATDESCRIPTOR doubleBufferDesc
Initial value:
= {
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,
8,
0,
PFD_MAIN_PLANE
}
const PIXELFORMATDESCRIPTOR doubleBufferDesc
Definition: TGWin32GL.cxx:154

Definition at line 154 of file TGWin32GL.cxx.

Referenced by TGWin32GLManager::CreateGLContext().

const PIXELFORMATDESCRIPTOR singleScreenDesc
Initial value:
= {
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,
8,
0,
PFD_MAIN_PLANE
}
const PIXELFORMATDESCRIPTOR singleScreenDesc
Definition: TGWin32GL.cxx:174

Definition at line 174 of file TGWin32GL.cxx.