summaryrefslogtreecommitdiff
path: root/inc/OpenGl_inquire.hxx
blob: a9fa1a6761d999d61b3f8d1b9bb333585546f920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef  OPENGL_INQUIRE_H
#define  OPENGL_INQUIRE_H

typedef struct {
  int AntiAliasing;
  int DepthCueing;
  int DoubleBuffer;
  int ZBuffer;
  int MaxLights;
  int MaxPlanes;
  int MaxViews;
} CALL_DEF_INQUIRE;

extern  CALL_DEF_INQUIRE  call_facilities_list; /* defined in tgl/tgl1 */

#endif