lace_opengl_0.1.0_672a6415/source/platform/osmesa/private/thin/osmesa_c-pointers.ads

 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with Interfaces.C;

package osmesa_c.Pointers is

   -- GLenum_Pointer
   --
   type GLenum_Pointer is access all osmesa_c.GLenum;

   -- GLenum_Pointers
   --
   type GLenum_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.GLenum_Pointer;

   -- GLint_Pointer
   --
   type GLint_Pointer is access all osmesa_c.GLint;

   -- GLint_Pointers
   --
   type GLint_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.GLint_Pointer;

   -- GLsizei_Pointer
   --
   type GLsizei_Pointer is access all osmesa_c.GLsizei;

   -- GLsizei_Pointers
   --
   type GLsizei_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.GLsizei_Pointer;

   -- GLboolean_Pointer
   --
   type GLboolean_Pointer is access all osmesa_c.GLboolean;

   -- GLboolean_Pointers
   --
   type GLboolean_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.GLboolean_Pointer;

   -- OSMesaContext_Pointer
   --
   type OSMesaContext_Pointer is access all osmesa_c.OSMesaContext;

   -- OSMesaContext_Pointers
   --
   type OSMesaContext_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.OSMesaContext_Pointer;

   -- OSMESAproc_Pointer
   --
   type OSMESAproc_Pointer is access all osmesa_c.OSMESAproc;

   -- OSMESAproc_Pointers
   --
   type OSMESAproc_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased osmesa_c.Pointers.OSMESAproc_Pointer;

end osmesa_c.Pointers;