source: trunk/src/opengl/glut/pfddefs.h@ 2603

Last change on this file since 2603 was 2595, checked in by sandervl, 26 years ago

JvdH:Ported SGI GLUT sources + Opengl update

File size: 876 bytes
Line 
1#define PFD_TYPE_RGBA 0
2#define PFD_TYPE_COLORINDEX 1
3
4#define PFD_MAIN_PLANE 0
5#define PFD_OVERLAY_PLANE 1
6#define PFD_UNDERLAY_PLANE (-1)
7
8#define PFD_DOUBLEBUFFER 0x00000001
9#define PFD_STEREO 0x00000002
10#define PFD_DRAW_TO_WINDOW 0x00000004
11#define PFD_DRAW_TO_BITMAP 0x00000008
12#define PFD_SUPPORT_GDI 0x00000010
13#define PFD_SUPPORT_OPENGL 0x00000020
14#define PFD_GENERIC_FORMAT 0x00000040
15#define PFD_NEED_PALETTE 0x00000080
16#define PFD_NEED_SYSTEM_PALETTE 0x00000100
17#define PFD_SWAP_EXCHANGE 0x00000200
18#define PFD_SWAP_COPY 0x00000400
19#define PFD_SWAP_LAYER_BUFFERS 0x00000800
20#define PFD_GENERIC_ACCELERATED 0x00001000
21
22#define PFD_DEPTH_DONTCARE 0x20000000
23#define PFD_DOUBLEBUFFER_DONTCARE 0x40000000
24#define PFD_STEREO_DONTCARE 0x80000000
Note: See TracBrowser for help on using the repository browser.