Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 "TList.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:

Variables

const PIXELFORMATDESCRIPTOR doubleBufferDesc
 
const PIXELFORMATDESCRIPTOR singleScreenDesc
 

Variable Documentation

◆ doubleBufferDesc

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 at line 154 of file TGWin32GL.cxx.

◆ singleScreenDesc

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 at line 174 of file TGWin32GL.cxx.