Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-arb_texture_compression.lisp
bloba08feb7b58483050a5d6012819ebe927be5ce093
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 ;;;; arb_texture_compression
7 (defconstant +compressed-alpha-arb+ #x84E9)
8 (defconstant +compressed-luminance-arb+ #x84EA)
9 (defconstant +compressed-luminance-alpha-arb+ #x84EB)
10 (defconstant +compressed-intensity-arb+ #x84EC)
11 (defconstant +compressed-rgb-arb+ #x84ED)
12 (defconstant +compressed-rgba-arb+ #x84EE)
13 (defconstant +texture-compression-hint-arb+ #x84EF)
14 (defconstant +texture-compressed-image-size-arb+ #x86A0)
15 (defconstant +texture-compressed-arb+ #x86A1)
16 (defconstant +num-compressed-texture-formats-arb+ #x86A2)
17 (defconstant +compressed-texture-formats-arb+ #x86A3)
18 (defglextfun
19 (("GetCompressedTexImageARB" get-compressed-tex-image-arb) :args
20 ((:name |target| :type |TextureTarget| :direction :in)
21 (:name |level| :type |CheckedInt32| :direction :in)
22 (:name |img| :type |CompressedTextureARB| :direction :out :array t :size
23 (|target| |level|)))
24 :return ("void") :category ("ARB_texture_compression") :dlflags
25 ("notlistable") :glxflags ("ARB" "client-handcode" "server-handcode")
26 :version ("1.2") :glxsingle ("160") :alias ("GetCompressedTexImage")
27 :glsalias ("GetCompressedTexImage") :wglflags
28 ("client-handcode" "server-handcode")))
29 (defglextfun
30 (("CompressedTexSubImage1DARB" compressed-tex-sub-image-1d-arb) :args
31 ((:name |target| :type |TextureTarget| :direction :in)
32 (:name |level| :type |CheckedInt32| :direction :in)
33 (:name |xoffset| :type |CheckedInt32| :direction :in)
34 (:name |width| :type |SizeI| :direction :in)
35 (:name |format| :type |PixelFormat| :direction :in)
36 (:name |imageSize| :type |SizeI| :direction :in)
37 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
38 imagesize))
39 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
40 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
41 :glxropcode ("217") :alias ("CompressedTexSubImage1D") :glsalias
42 ("CompressedTexSubImage1D") :wglflags ("client-handcode" "server-handcode")))
43 (defglextfun
44 (("CompressedTexSubImage2DARB" compressed-tex-sub-image-2d-arb) :args
45 ((:name |target| :type |TextureTarget| :direction :in)
46 (:name |level| :type |CheckedInt32| :direction :in)
47 (:name |xoffset| :type |CheckedInt32| :direction :in)
48 (:name |yoffset| :type |CheckedInt32| :direction :in)
49 (:name |width| :type |SizeI| :direction :in)
50 (:name |height| :type |SizeI| :direction :in)
51 (:name |format| :type |PixelFormat| :direction :in)
52 (:name |imageSize| :type |SizeI| :direction :in)
53 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
54 imagesize))
55 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
56 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
57 :glxropcode ("218") :alias ("CompressedTexSubImage2D") :glsalias
58 ("CompressedTexSubImage2D") :wglflags ("client-handcode" "server-handcode")))
59 (defglextfun
60 (("CompressedTexSubImage3DARB" compressed-tex-sub-image-3d-arb) :args
61 ((:name |target| :type |TextureTarget| :direction :in)
62 (:name |level| :type |CheckedInt32| :direction :in)
63 (:name |xoffset| :type |CheckedInt32| :direction :in)
64 (:name |yoffset| :type |CheckedInt32| :direction :in)
65 (:name |zoffset| :type |CheckedInt32| :direction :in)
66 (:name |width| :type |SizeI| :direction :in)
67 (:name |height| :type |SizeI| :direction :in)
68 (:name |depth| :type |SizeI| :direction :in)
69 (:name |format| :type |PixelFormat| :direction :in)
70 (:name |imageSize| :type |SizeI| :direction :in)
71 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
72 imagesize))
73 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
74 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
75 :glxropcode ("219") :alias ("CompressedTexSubImage3D") :glsalias
76 ("CompressedTexSubImage3D") :wglflags ("client-handcode" "server-handcode")))
77 (defglextfun
78 (("CompressedTexImage1DARB" compressed-tex-image-1d-arb) :args
79 ((:name |target| :type |TextureTarget| :direction :in)
80 (:name |level| :type |CheckedInt32| :direction :in)
81 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
82 (:name |width| :type |SizeI| :direction :in)
83 (:name |border| :type |CheckedInt32| :direction :in)
84 (:name |imageSize| :type |SizeI| :direction :in)
85 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
86 imagesize))
87 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
88 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
89 :glxropcode ("214") :alias ("CompressedTexImage1D") :glsalias
90 ("CompressedTexImage1D") :wglflags ("client-handcode" "server-handcode")))
91 (defglextfun
92 (("CompressedTexImage2DARB" compressed-tex-image-2d-arb) :args
93 ((:name |target| :type |TextureTarget| :direction :in)
94 (:name |level| :type |CheckedInt32| :direction :in)
95 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
96 (:name |width| :type |SizeI| :direction :in)
97 (:name |height| :type |SizeI| :direction :in)
98 (:name |border| :type |CheckedInt32| :direction :in)
99 (:name |imageSize| :type |SizeI| :direction :in)
100 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
101 imagesize))
102 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
103 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
104 :glxropcode ("215") :alias ("CompressedTexImage2D") :glsalias
105 ("CompressedTexImage2D") :wglflags ("client-handcode" "server-handcode")))
106 (defglextfun
107 (("CompressedTexImage3DARB" compressed-tex-image-3d-arb) :args
108 ((:name |target| :type |TextureTarget| :direction :in)
109 (:name |level| :type |CheckedInt32| :direction :in)
110 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
111 (:name |width| :type |SizeI| :direction :in)
112 (:name |height| :type |SizeI| :direction :in)
113 (:name |depth| :type |SizeI| :direction :in)
114 (:name |border| :type |CheckedInt32| :direction :in)
115 (:name |imageSize| :type |SizeI| :direction :in)
116 (:name |data| :type |CompressedTextureARB| :direction :in :array t :size
117 imagesize))
118 :return ("void") :category ("ARB_texture_compression") :dlflags ("handcode")
119 :glxflags ("ARB" "client-handcode" "server-handcode") :version ("1.2")
120 :glxropcode ("216") :alias ("CompressedTexImage3D") :glsalias
121 ("CompressedTexImage3D") :wglflags ("client-handcode" "server-handcode")))