OCC22199 OpenGL memory leaks in TKOpenGl
[occt.git] / src / OpenGl / OpenGl_context.hxx
1 /***********************************************************************
2
3 FONCTION :
4 ----------
5 Include OpenGl_context :
6
7
8 REMARQUES:
9 ---------- 
10
11
12 HISTORIQUE DES MODIFICATIONS   :
13 --------------------------------
14 xx-xx-xx : xxx ; Creation.
15 05-08-97 : PCT ; support texture mapping
16 augmentation de la taille de CONTEXTFILLAREA_SIZE
17 car ajout de champs pour le texture mapping
18 23-12-97 : FMN ; Suppression TelBackInteriorStyle, TelBackInteriorStyleIndex
19 30-11-98 : FMN ; S3819 : Textes toujours visibles
20 22-01-04 : SAN ; OCC2934 Texture mapped fonts on WNT 
21 22-03-04 : SAN ; OCC4895 High-level interface for controlling polygon offsets
22
23 ************************************************************************/
24
25 /*----------------------------------------------------------------------*/
26
27 #ifndef  OPENGL_CONTEXT_H
28 #define  OPENGL_CONTEXT_H
29
30 #define  CALL_DEF_CONTEXTLINE_SIZE    3
31
32 /* 22-03-04 : SAN ; OCC4895 TelPolygonOffset element added to fill area context (size++) */
33 #define  CALL_DEF_CONTEXTFILLAREA_SIZE    17
34 /* 22-03-04 : SAN ; OCC4895 TelPolygonOffset element added to fill area context (size++) */
35
36 #define  CALL_DEF_CONTEXTMARKER_SIZE    3
37
38
39 /* TelTextZoomable, TelTextAngle, TelTextAspect element added to text context (size++) */
40 #define  CALL_DEF_CONTEXTTEXT_SIZE    10
41
42 #endif