summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl.cdl
blob: d30fea4a85d19c5697ec53584ac4af9f9d2bf933 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--
-- Package: OpenGl
-- Author:  CAL
-- Created: Mercredi 4 Janvier 1995
-- Updated: 20/08/97 ; PCT : ajout texture mapping
--      27/01/98 ; FMN : Delete GEOMLITE
--              
-- Copyright:   MatraDatavision 1995
--
-- Purpose: Specifications definitives
--

package OpenGl

    ---Version:

    ---Purpose: This package contains the common OpenGl graphic interface.

    ---Keywords: OpenGl, CInterface

    ---Warning: No class in this package. It is used only to archive
    --      all the objects files in a library.
    ---References:

uses

    OSD,
    TColStd,
    TCollection,
    Aspect,
    Quantity,
    Graphic3d,
    Image, 
    AlienImage

is

    exception Error inherits NumericError from Standard;

    class GraphicDriver;
    ---Purpose: Defines a graphic driver for the opengl interface

end OpenGl;