summaryrefslogtreecommitdiff
path: root/inc/Aspect_RenderingContext.hxx
blob: 3c19a12f3060ad2b6dd8b4e70e31515994388a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*============================================================================*/
/*==== Titre: Aspect_RenderingContext.hxx                                               */
/*==== Role : The header file of primitive type "RenderingContext" from package        */
/*==== "V3d"                                                           */
/*==== Implementation:  This is a primitive type implemented with typedef     */
/*============================================================================*/

#ifndef _Aspect_RenderingContext_HeaderFile
#define _Aspect_RenderingContext_HeaderFile

 typedef void*	       Aspect_RenderingContext;	/* GLXContext under UNIX */
						/* HGLRC under WNT */

#if defined(__cplusplus) || defined(c_plusplus)
/*==== Definition de Type ====================================================*/

#include <Standard_Macro.hxx>
class Handle(Standard_Type);
const Handle(Standard_Type)& STANDARD_TYPE(Aspect_RenderingContext);

/*============================================================================*/
#endif

#endif /* _Aspect_RenderingContext_HeaderFile */