Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw.git] / lib / opengl-version_1_5.lisp
blobef58a535736e47ff35f8dad65a0d373f70086a3d
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 ;;;; version_1_5
7 (defconstant +buffer-size+ #x8764)
8 (defconstant +buffer-usage+ #x8765)
9 (defconstant +query-counter-bits+ #x8864)
10 (defconstant +current-query+ #x8865)
11 (defconstant +query-result+ #x8866)
12 (defconstant +query-result-available+ #x8867)
13 (defconstant +array-buffer+ #x8892)
14 (defconstant +element-array-buffer+ #x8893)
15 (defconstant +array-buffer-binding+ #x8894)
16 (defconstant +element-array-buffer-binding+ #x8895)
17 (defconstant +vertex-array-buffer-binding+ #x8896)
18 (defconstant +normal-array-buffer-binding+ #x8897)
19 (defconstant +color-array-buffer-binding+ #x8898)
20 (defconstant +index-array-buffer-binding+ #x8899)
21 (defconstant +texture-coord-array-buffer-binding+ #x889A)
22 (defconstant +edge-flag-array-buffer-binding+ #x889B)
23 (defconstant +secondary-color-array-buffer-binding+ #x889C)
24 (defconstant +fog-coordinate-array-buffer-binding+ #x889D)
25 (defconstant +weight-array-buffer-binding+ #x889E)
26 (defconstant +vertex-attrib-array-buffer-binding+ #x889F)
27 (defconstant +read-only+ #x88B8)
28 (defconstant +write-only+ #x88B9)
29 (defconstant +read-write+ #x88BA)
30 (defconstant +buffer-access+ #x88BB)
31 (defconstant +buffer-mapped+ #x88BC)
32 (defconstant +buffer-map-pointer+ #x88BD)
33 (defconstant +stream-draw+ #x88E0)
34 (defconstant +stream-read+ #x88E1)
35 (defconstant +stream-copy+ #x88E2)
36 (defconstant +static-draw+ #x88E4)
37 (defconstant +static-read+ #x88E5)
38 (defconstant +static-copy+ #x88E6)
39 (defconstant +dynamic-draw+ #x88E8)
40 (defconstant +dynamic-read+ #x88E9)
41 (defconstant +dynamic-copy+ #x88EA)
42 (defconstant +samples-passed+ #x8914)
43 (defconstant +fog-coord-src+ #x8450)
44 (defconstant +fog-coord+ #x8451)
45 (defconstant +current-fog-coord+ #x8453)
46 (defconstant +fog-coord-array-type+ #x8454)
47 (defconstant +fog-coord-array-stride+ #x8455)
48 (defconstant +fog-coord-array-pointer+ #x8456)
49 (defconstant +fog-coord-array+ #x8457)
50 (defconstant +fog-coord-array-buffer-binding+ #x889D)
51 (defconstant +src0-rgb+ #x8580)
52 (defconstant +src1-rgb+ #x8581)
53 (defconstant +src2-rgb+ #x8582)
54 (defconstant +src0-alpha+ #x8588)
55 (defconstant +src1-alpha+ #x8589)
56 (defconstant +src2-alpha+ #x858A)
57 (defglfun
58 (("GetBufferPointerv" get-buffer-pointerv) :args
59 ((:name |target| :type |BufferTargetARB| :direction :in)
60 (:name |pname| :type |BufferPointerNameARB| :direction :in)
61 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
62 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
63 ("1.5") :extension nil :glxsingle ("?") :glxflags ("ignore") :glsflags
64 ("get") :glsopcode ("?") :offset ("694")))
65 (defglfun
66 (("GetBufferParameteriv" get-buffer-parameter-iv) :args
67 ((:name |target| :type |BufferTargetARB| :direction :in)
68 (:name |pname| :type |BufferPNameARB| :direction :in)
69 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
70 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
71 ("1.5") :extension nil :glxsingle ("?") :glxflags ("ignore") :glsflags
72 ("get") :glsopcode ("?") :offset ("693")))
73 (defglfun
74 (("UnmapBuffer" unmap-buffer) :args
75 ((:name |target| :type |BufferTargetARB| :direction :in)) :return ("Boolean")
76 :category ("VERSION_1_5") :version ("1.5") :extension nil :glxropcode ("?")
77 :glxflags ("ignore") :glsopcode ("?") :offset ("698")))
78 (defglfun
79 (("MapBuffer" map-buffer) :args
80 ((:name |target| :type |BufferTargetARB| :direction :in)
81 (:name |access| :type |BufferAccessARB| :direction :in))
82 :return ("VoidPointer") :category ("VERSION_1_5") :version ("1.5") :extension
83 nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("697")))
84 (defglfun
85 (("GetBufferSubData" get-buffer-sub-data) :args
86 ((:name |target| :type |BufferTargetARB| :direction :in)
87 (:name |offset| :type |BufferOffset| :direction :in)
88 (:name |size| :type |BufferSize| :direction :in)
89 (:name |data| :type |Void| :direction :out :array t :size size))
90 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
91 ("1.5") :extension nil :glxsingle ("?") :glxflags ("ignore") :glsflags
92 ("get") :glsopcode ("?") :offset ("695")))
93 (defglfun
94 (("BufferSubData" buffer-sub-data) :args
95 ((:name |target| :type |BufferTargetARB| :direction :in)
96 (:name |offset| :type |BufferOffset| :direction :in)
97 (:name |size| :type |BufferSize| :direction :in)
98 (:name |data| :type |ConstVoid| :direction :in :array t :size size))
99 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
100 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("690")))
101 (defglfun
102 (("BufferData" buffer-data) :args
103 ((:name |target| :type |BufferTargetARB| :direction :in)
104 (:name |size| :type |BufferSize| :direction :in)
105 (:name |data| :type |ConstVoid| :direction :in :array t :size size)
106 (:name |usage| :type |BufferUsageARB| :direction :in))
107 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
108 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("689")))
109 (defglfun
110 (("IsBuffer" is-buffer) :args ((:name |buffer| :type |UInt32| :direction :in))
111 :return ("Boolean") :category ("VERSION_1_5") :version ("1.5") :extension nil
112 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("696")))
113 (defglfun
114 (("GenBuffers" gen-buffers) :args
115 ((:name |n| :type |SizeI| :direction :in)
116 (:name |buffers| :type |UInt32| :direction :out :array t :size n))
117 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
118 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("692")))
119 (defglfun
120 (("DeleteBuffers" delete-buffers) :args
121 ((:name |n| :type |SizeI| :direction :in)
122 (:name |buffers| :type |ConstUInt32| :direction :in :array t :size n))
123 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
124 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("691")))
125 (defglfun
126 (("BindBuffer" bind-buffer) :args
127 ((:name |target| :type |BufferTargetARB| :direction :in)
128 (:name |buffer| :type |UInt32| :direction :in))
129 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
130 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("688")))
131 (defglfun
132 (("GetQueryObjectuiv" get-query-object-uiv) :args
133 ((:name |id| :type |UInt32| :direction :in)
134 (:name |pname| :type |GLenum| :direction :in)
135 (:name |params| :type |UInt32| :direction :out :array t :size pname))
136 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
137 ("1.5") :extension nil :glxsingle ("166") :glxflags ("ignore") :glsflags
138 ("get") :glsopcode ("?") :offset ("707")))
139 (defglfun
140 (("GetQueryObjectiv" get-query-object-iv) :args
141 ((:name |id| :type |UInt32| :direction :in)
142 (:name |pname| :type |GLenum| :direction :in)
143 (:name |params| :type |Int32| :direction :out :array t :size pname))
144 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
145 ("1.5") :extension nil :glxsingle ("165") :glxflags ("ignore") :glsflags
146 ("get") :glsopcode ("?") :offset ("706")))
147 (defglfun
148 (("GetQueryiv" get-query-iv) :args
149 ((:name |target| :type |GLenum| :direction :in)
150 (:name |pname| :type |GLenum| :direction :in)
151 (:name |params| :type |Int32| :direction :out :array t :size pname))
152 :return ("void") :category ("VERSION_1_5") :dlflags ("notlistable") :version
153 ("1.5") :extension nil :glxsingle ("164") :glxflags ("ignore") :glsflags
154 ("get") :glsopcode ("?") :offset ("705")))
155 (defglfun
156 (("EndQuery" end-query) :args ((:name |target| :type |GLenum| :direction :in))
157 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
158 :glxropcode ("232") :glxflags ("ignore") :glsopcode ("?") :offset ("704")))
159 (defglfun
160 (("BeginQuery" begin-query) :args
161 ((:name |target| :type |GLenum| :direction :in)
162 (:name |id| :type |UInt32| :direction :in))
163 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
164 :glxropcode ("231") :glxflags ("ignore") :glsopcode ("?") :offset ("703")))
165 (defglfun
166 (("IsQuery" is-query) :args ((:name |id| :type |UInt32| :direction :in))
167 :return ("Boolean") :category ("VERSION_1_5") :version ("1.5") :extension nil
168 :glxsingle ("163") :glxflags ("ignore") :glsopcode ("?") :offset ("702")))
169 (defglfun
170 (("DeleteQueries" delete-queries) :args
171 ((:name |n| :type |SizeI| :direction :in)
172 (:name |ids| :type |UInt32| :direction :in :array t :size n))
173 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
174 :glxsingle ("161") :glxflags ("ignore") :glsopcode ("?") :offset ("701")))
175 (defglfun
176 (("GenQueries" gen-queries) :args
177 ((:name |n| :type |SizeI| :direction :in)
178 (:name |ids| :type |UInt32| :direction :out :array t :size n))
179 :return ("void") :category ("VERSION_1_5") :version ("1.5") :extension nil
180 :glxsingle ("162") :glxflags ("ignore") :glsopcode ("?") :offset ("700")))