Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_framebuffer_object.lisp
blob2cc96b797827bb7262bd82dfc00bb0835e524bdb
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_framebuffer_object
7 (defconstant +invalid-framebuffer-operation-ext+ #x506)
8 (defconstant +max-renderbuffer-size-ext+ #x84E8)
9 (defconstant +framebuffer-binding-ext+ #x8CA6)
10 (defconstant +renderbuffer-binding-ext+ #x8CA7)
11 (defconstant +framebuffer-attachment-object-type-ext+ #x8CD0)
12 (defconstant +framebuffer-attachment-object-name-ext+ #x8CD1)
13 (defconstant +framebuffer-attachment-texture-level-ext+ #x8CD2)
14 (defconstant +framebuffer-attachment-texture-cube-map-face-ext+ #x8CD3)
15 (defconstant +framebuffer-attachment-texture-3d-zoffset-ext+ #x8CD4)
16 (defconstant +framebuffer-complete-ext+ #x8CD5)
17 (defconstant +framebuffer-incomplete-attachment-ext+ #x8CD6)
18 (defconstant +framebuffer-incomplete-missing-attachment-ext+ #x8CD7)
19 (defconstant +framebuffer-incomplete-dimensions-ext+ #x8CD9)
20 (defconstant +framebuffer-incomplete-formats-ext+ #x8CDA)
21 (defconstant +framebuffer-incomplete-draw-buffer-ext+ #x8CDB)
22 (defconstant +framebuffer-incomplete-read-buffer-ext+ #x8CDC)
23 (defconstant +framebuffer-unsupported-ext+ #x8CDD)
24 (defconstant +max-color-attachments-ext+ #x8CDF)
25 (defconstant +color-attachment0-ext+ #x8CE0)
26 (defconstant +color-attachment1-ext+ #x8CE1)
27 (defconstant +color-attachment2-ext+ #x8CE2)
28 (defconstant +color-attachment3-ext+ #x8CE3)
29 (defconstant +color-attachment4-ext+ #x8CE4)
30 (defconstant +color-attachment5-ext+ #x8CE5)
31 (defconstant +color-attachment6-ext+ #x8CE6)
32 (defconstant +color-attachment7-ext+ #x8CE7)
33 (defconstant +color-attachment8-ext+ #x8CE8)
34 (defconstant +color-attachment9-ext+ #x8CE9)
35 (defconstant +color-attachment10-ext+ #x8CEA)
36 (defconstant +color-attachment11-ext+ #x8CEB)
37 (defconstant +color-attachment12-ext+ #x8CEC)
38 (defconstant +color-attachment13-ext+ #x8CED)
39 (defconstant +color-attachment14-ext+ #x8CEE)
40 (defconstant +color-attachment15-ext+ #x8CEF)
41 (defconstant +depth-attachment-ext+ #x8D00)
42 (defconstant +stencil-attachment-ext+ #x8D20)
43 (defconstant +framebuffer-ext+ #x8D40)
44 (defconstant +renderbuffer-ext+ #x8D41)
45 (defconstant +renderbuffer-width-ext+ #x8D42)
46 (defconstant +renderbuffer-height-ext+ #x8D43)
47 (defconstant +renderbuffer-internal-format-ext+ #x8D44)
48 (defconstant +stencil-index1-ext+ #x8D46)
49 (defconstant +stencil-index4-ext+ #x8D47)
50 (defconstant +stencil-index8-ext+ #x8D48)
51 (defconstant +stencil-index16-ext+ #x8D49)
52 (defconstant +renderbuffer-red-size-ext+ #x8D50)
53 (defconstant +renderbuffer-green-size-ext+ #x8D51)
54 (defconstant +renderbuffer-blue-size-ext+ #x8D52)
55 (defconstant +renderbuffer-alpha-size-ext+ #x8D53)
56 (defconstant +renderbuffer-depth-size-ext+ #x8D54)
57 (defconstant +renderbuffer-stencil-size-ext+ #x8D55)
58 (defglextfun
59 (("GenerateMipmapEXT" generate-mipmap-ext) :args
60 ((:name |target| :type |GLenum| :direction :in)) :return ("void") :category
61 ("EXT_framebuffer_object") :version ("1.2") :extension nil :glxropcode
62 ("4325") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
63 (defglextfun
64 (("GetFramebufferAttachmentParameterivEXT"
65 get-framebuffer-attachment-parameter-iv-ext)
66 :args
67 ((:name |target| :type |FramebufferTarget| :direction :in)
68 (:name |attachment| :type |FramebufferAttachment| :direction :in)
69 (:name |pname| :type |GLenum| :direction :in)
70 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
71 :return ("void") :category ("EXT_framebuffer_object") :dlflags
72 ("notlistable") :version ("1.2") :extension nil :glxvendorpriv ("1428")
73 :glxflags ("ignore") :glsflags ("get") :glsopcode ("?") :offset ("?")))
74 (defglextfun
75 (("FramebufferRenderbufferEXT" framebuffer-renderbuffer-ext) :args
76 ((:name |target| :type |FramebufferTarget| :direction :in)
77 (:name |attachment| :type |FramebufferAttachment| :direction :in)
78 (:name |renderbuffertarget| :type |RenderbufferTarget| :direction :in)
79 (:name |renderbuffer| :type |UInt32| :direction :in))
80 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
81 :extension nil :glxropcode ("4324") :glxflags ("ignore") :glsopcode ("?")
82 :offset ("?")))
83 (defglextfun
84 (("FramebufferTexture3DEXT" framebuffer-texture-3d-ext) :args
85 ((:name |target| :type |FramebufferTarget| :direction :in)
86 (:name |attachment| :type |FramebufferAttachment| :direction :in)
87 (:name |textarget| :type |GLenum| :direction :in)
88 (:name |texture| :type |UInt32| :direction :in)
89 (:name |level| :type |Int32| :direction :in)
90 (:name |zoffset| :type |Int32| :direction :in))
91 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
92 :extension nil :glxropcode ("4323") :glxflags ("ignore") :glsopcode ("?")
93 :offset ("?")))
94 (defglextfun
95 (("FramebufferTexture2DEXT" framebuffer-texture-2d-ext) :args
96 ((:name |target| :type |FramebufferTarget| :direction :in)
97 (:name |attachment| :type |FramebufferAttachment| :direction :in)
98 (:name |textarget| :type |GLenum| :direction :in)
99 (:name |texture| :type |UInt32| :direction :in)
100 (:name |level| :type |Int32| :direction :in))
101 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
102 :extension nil :glxropcode ("4322") :glxflags ("ignore") :glsopcode ("?")
103 :offset ("?")))
104 (defglextfun
105 (("FramebufferTexture1DEXT" framebuffer-texture-1d-ext) :args
106 ((:name |target| :type |FramebufferTarget| :direction :in)
107 (:name |attachment| :type |FramebufferAttachment| :direction :in)
108 (:name |textarget| :type |GLenum| :direction :in)
109 (:name |texture| :type |UInt32| :direction :in)
110 (:name |level| :type |Int32| :direction :in))
111 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
112 :extension nil :glxropcode ("4321") :glxflags ("ignore") :glsopcode ("?")
113 :offset ("?")))
114 (defglextfun
115 (("CheckFramebufferStatusEXT" check-framebuffer-status-ext) :args
116 ((:name |target| :type |FramebufferTarget| :direction :in)) :return
117 ("GLenum") :category ("EXT_framebuffer_object") :version ("1.2") :extension
118 nil :glxvendorpriv ("1427") :glxflags ("ignore") :glsopcode ("?") :offset
119 ("?")))
120 (defglextfun
121 (("GenFramebuffersEXT" gen-framebuffers-ext) :args
122 ((:name |n| :type |SizeI| :direction :in)
123 (:name |framebuffers| :type |UInt32| :direction :out :array t :size n))
124 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
125 :extension nil :glxvendorpriv ("1426") :glxflags ("ignore") :glsopcode ("?")
126 :offset ("?")))
127 (defglextfun
128 (("DeleteFramebuffersEXT" delete-framebuffers-ext) :args
129 ((:name |n| :type |SizeI| :direction :in)
130 (:name |framebuffers| :type |UInt32| :direction :in :array t :size n))
131 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
132 :extension nil :glxropcode ("4320") :glxflags ("ignore") :glsopcode ("?")
133 :offset ("?")))
134 (defglextfun
135 (("BindFramebufferEXT" bind-framebuffer-ext) :args
136 ((:name |target| :type |FramebufferTarget| :direction :in)
137 (:name |framebuffer| :type |UInt32| :direction :in))
138 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
139 :extension nil :glxropcode ("4319") :glxflags ("ignore") :glsopcode ("?")
140 :offset ("?")))
141 (defglextfun
142 (("IsFramebufferEXT" is-framebuffer-ext) :args
143 ((:name |framebuffer| :type |UInt32| :direction :in)) :return ("Boolean")
144 :category ("EXT_framebuffer_object") :version ("1.2") :extension nil
145 :glxvendorpriv ("1425") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
146 (defglextfun
147 (("GetRenderbufferParameterivEXT" get-renderbuffer-parameter-iv-ext) :args
148 ((:name |target| :type |RenderbufferTarget| :direction :in)
149 (:name |pname| :type |GLenum| :direction :in)
150 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
151 :return ("void") :category ("EXT_framebuffer_object") :dlflags
152 ("notlistable") :version ("1.2") :extension nil :glxvendorpriv ("1424")
153 :glxflags ("ignore") :glsflags ("get") :glsopcode ("?") :offset ("?")))
154 (defglextfun
155 (("RenderbufferStorageEXT" renderbuffer-storage-ext) :args
156 ((:name |target| :type |RenderbufferTarget| :direction :in)
157 (:name |internalformat| :type |GLenum| :direction :in)
158 (:name |width| :type |SizeI| :direction :in)
159 (:name |height| :type |SizeI| :direction :in))
160 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
161 :extension nil :glxropcode ("4318") :glxflags ("ignore") :glsopcode ("?")
162 :offset ("?")))
163 (defglextfun
164 (("GenRenderbuffersEXT" gen-renderbuffers-ext) :args
165 ((:name |n| :type |SizeI| :direction :in)
166 (:name |renderbuffers| :type |UInt32| :direction :out :array t :size n))
167 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
168 :extension nil :glxvendorpriv ("1423") :glxflags ("ignore") :glsopcode ("?")
169 :offset ("?")))
170 (defglextfun
171 (("DeleteRenderbuffersEXT" delete-renderbuffers-ext) :args
172 ((:name |n| :type |SizeI| :direction :in)
173 (:name |renderbuffers| :type |UInt32| :direction :in :array t :size n))
174 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
175 :extension nil :glxropcode ("4317") :glxflags ("ignore") :glsopcode ("?")
176 :offset ("?")))
177 (defglextfun
178 (("BindRenderbufferEXT" bind-renderbuffer-ext) :args
179 ((:name |target| :type |RenderbufferTarget| :direction :in)
180 (:name |renderbuffer| :type |UInt32| :direction :in))
181 :return ("void") :category ("EXT_framebuffer_object") :version ("1.2")
182 :extension nil :glxropcode ("4316") :glxflags ("ignore") :glsopcode ("?")
183 :offset ("?")))
184 (defglextfun
185 (("IsRenderbufferEXT" is-renderbuffer-ext) :args
186 ((:name |renderbuffer| :type |UInt32| :direction :in)) :return ("Boolean")
187 :category ("EXT_framebuffer_object") :version ("1.2") :extension nil
188 :glxvendorpriv ("1422") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))