Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ext_texture3d.lisp
blob7ad979794a1094c928e360baf268c1742a2cc9d0
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_texture3d
7 (defconstant +texture-3d-binding-oes+ #x806A)
8 (defconstant +texture-3d-oes+ #x806F)
9 (defconstant +texture-wrap-r-oes+ #x8072)
10 (defconstant +max-3d-texture-size-oes+ #x8073)
11 (defglextfun "TexSubImage3DEXT" tex-sub-image-3d-ext :return "void" :args
12 ((:name |target| :type |TextureTarget| :direction :in)
13 (:name |level| :type |CheckedInt32| :direction :in)
14 (:name |xoffset| :type |CheckedInt32| :direction :in)
15 (:name |yoffset| :type |CheckedInt32| :direction :in)
16 (:name |zoffset| :type |CheckedInt32| :direction :in)
17 (:name |width| :type |SizeI| :direction :in)
18 (:name |height| :type |SizeI| :direction :in)
19 (:name |depth| :type |SizeI| :direction :in)
20 (:name |format| :type |PixelFormat| :direction :in)
21 (:name |type| :type |PixelType| :direction :in)
22 (:name |pixels| :type |Void| :direction :in :array t :size
23 (|format| |type| |width| |height| |depth|)))
24 :category "EXT_texture3D" :deprecated nil :version "1.0" :alias
25 ("TexSubImage3D" tex-sub-image-3d :core t :return "void" :args
26 ((:name |target| :type |TextureTarget| :direction :in)
27 (:name |level| :type |CheckedInt32| :direction :in)
28 (:name |xoffset| :type |CheckedInt32| :direction :in)
29 (:name |yoffset| :type |CheckedInt32| :direction :in)
30 (:name |zoffset| :type |CheckedInt32| :direction :in)
31 (:name |width| :type |SizeI| :direction :in)
32 (:name |height| :type |SizeI| :direction :in)
33 (:name |depth| :type |SizeI| :direction :in)
34 (:name |format| :type |PixelFormat| :direction :in)
35 (:name |type| :type |PixelType| :direction :in)
36 (:name |pixels| :type |Void| :direction :in :array t :size
37 (|format| |type| |width| |height| |depth|)))
38 :category "VERSION_1_2" :deprecated nil :version "1.2"))
39 #-win32
40 (defglextfun "TexSubImage3D" tex-sub-image-3d :core t :return "void" :args
41 ((:name |target| :type |TextureTarget| :direction :in)
42 (:name |level| :type |CheckedInt32| :direction :in)
43 (:name |xoffset| :type |CheckedInt32| :direction :in)
44 (:name |yoffset| :type |CheckedInt32| :direction :in)
45 (:name |zoffset| :type |CheckedInt32| :direction :in)
46 (:name |width| :type |SizeI| :direction :in)
47 (:name |height| :type |SizeI| :direction :in)
48 (:name |depth| :type |SizeI| :direction :in)
49 (:name |format| :type |PixelFormat| :direction :in)
50 (:name |type| :type |PixelType| :direction :in)
51 (:name |pixels| :type |Void| :direction :in :array t :size
52 (|format| |type| |width| |height| |depth|)))
53 :category "VERSION_1_2" :deprecated nil :version "1.2")
54 (defglextfun "TexImage3DEXT" tex-image-3d-ext :return "void" :args
55 ((:name |target| :type |TextureTarget| :direction :in)
56 (:name |level| :type |CheckedInt32| :direction :in)
57 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
58 (:name |width| :type |SizeI| :direction :in)
59 (:name |height| :type |SizeI| :direction :in)
60 (:name |depth| :type |SizeI| :direction :in)
61 (:name |border| :type |CheckedInt32| :direction :in)
62 (:name |format| :type |PixelFormat| :direction :in)
63 (:name |type| :type |PixelType| :direction :in)
64 (:name |pixels| :type |Void| :direction :in :array t :size
65 (|format| |type| |width| |height| |depth|)))
66 :category "EXT_texture3D" :deprecated nil :version "1.0" :alias
67 ("TexImage3D" tex-image-3d :core t :return "void" :args
68 ((:name |target| :type |TextureTarget| :direction :in)
69 (:name |level| :type |CheckedInt32| :direction :in)
70 (:name |internalformat| :type |TextureComponentCount| :direction :in)
71 (:name |width| :type |SizeI| :direction :in)
72 (:name |height| :type |SizeI| :direction :in)
73 (:name |depth| :type |SizeI| :direction :in)
74 (:name |border| :type |CheckedInt32| :direction :in)
75 (:name |format| :type |PixelFormat| :direction :in)
76 (:name |type| :type |PixelType| :direction :in)
77 (:name |pixels| :type |Void| :direction :in :array t :size
78 (|format| |type| |width| |height| |depth|)))
79 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))
80 #-win32
81 (defglextfun "TexImage3D" tex-image-3d :core t :return "void" :args
82 ((:name |target| :type |TextureTarget| :direction :in)
83 (:name |level| :type |CheckedInt32| :direction :in)
84 (:name |internalformat| :type |TextureComponentCount| :direction :in)
85 (:name |width| :type |SizeI| :direction :in)
86 (:name |height| :type |SizeI| :direction :in)
87 (:name |depth| :type |SizeI| :direction :in)
88 (:name |border| :type |CheckedInt32| :direction :in)
89 (:name |format| :type |PixelFormat| :direction :in)
90 (:name |type| :type |PixelType| :direction :in)
91 (:name |pixels| :type |Void| :direction :in :array t :size
92 (|format| |type| |width| |height| |depth|)))
93 :category "VERSION_1_2" :deprecated "3.1" :version "1.2")
94 (make-extension-loader |EXT_texture3D|
95 (("TexSubImage3DEXT" tex-sub-image-3d-ext :return "void" :args
96 ((:name |target| :type |TextureTarget| :direction :in)
97 (:name |level| :type |CheckedInt32| :direction :in)
98 (:name |xoffset| :type |CheckedInt32| :direction :in)
99 (:name |yoffset| :type |CheckedInt32| :direction :in)
100 (:name |zoffset| :type |CheckedInt32| :direction :in)
101 (:name |width| :type |SizeI| :direction :in)
102 (:name |height| :type |SizeI| :direction :in)
103 (:name |depth| :type |SizeI| :direction :in)
104 (:name |format| :type |PixelFormat| :direction :in)
105 (:name |type| :type |PixelType| :direction :in)
106 (:name |pixels| :type |Void| :direction :in :array t :size
107 (|format| |type| |width| |height| |depth|)))
108 :category "EXT_texture3D" :deprecated nil :version "1.0" :alias
109 ("TexSubImage3D" tex-sub-image-3d :core t :return "void" :args
110 ((:name |target| :type |TextureTarget| :direction :in)
111 (:name |level| :type |CheckedInt32| :direction :in)
112 (:name |xoffset| :type |CheckedInt32| :direction :in)
113 (:name |yoffset| :type |CheckedInt32| :direction :in)
114 (:name |zoffset| :type |CheckedInt32| :direction :in)
115 (:name |width| :type |SizeI| :direction :in)
116 (:name |height| :type |SizeI| :direction :in)
117 (:name |depth| :type |SizeI| :direction :in)
118 (:name |format| :type |PixelFormat| :direction :in)
119 (:name |type| :type |PixelType| :direction :in)
120 (:name |pixels| :type |Void| :direction :in :array t :size
121 (|format| |type| |width| |height| |depth|)))
122 :category "VERSION_1_2" :deprecated nil :version "1.2"))
123 ("TexImage3DEXT" tex-image-3d-ext :return "void" :args
124 ((:name |target| :type |TextureTarget| :direction :in)
125 (:name |level| :type |CheckedInt32| :direction :in)
126 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
127 (:name |width| :type |SizeI| :direction :in)
128 (:name |height| :type |SizeI| :direction :in)
129 (:name |depth| :type |SizeI| :direction :in)
130 (:name |border| :type |CheckedInt32| :direction :in)
131 (:name |format| :type |PixelFormat| :direction :in)
132 (:name |type| :type |PixelType| :direction :in)
133 (:name |pixels| :type |Void| :direction :in :array t :size
134 (|format| |type| |width| |height| |depth|)))
135 :category "EXT_texture3D" :deprecated nil :version "1.0" :alias
136 ("TexImage3D" tex-image-3d :core t :return "void" :args
137 ((:name |target| :type |TextureTarget| :direction :in)
138 (:name |level| :type |CheckedInt32| :direction :in)
139 (:name |internalformat| :type |TextureComponentCount| :direction :in)
140 (:name |width| :type |SizeI| :direction :in)
141 (:name |height| :type |SizeI| :direction :in)
142 (:name |depth| :type |SizeI| :direction :in)
143 (:name |border| :type |CheckedInt32| :direction :in)
144 (:name |format| :type |PixelFormat| :direction :in)
145 (:name |type| :type |PixelType| :direction :in)
146 (:name |pixels| :type |Void| :direction :in :array t :size
147 (|format| |type| |width| |height| |depth|)))
148 :category "VERSION_1_2" :deprecated "3.1" :version "1.2"))))