Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-version_2_1.lisp
blob39d85641b8e8fff0e1d9882731b0fafa08f1ea29
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_2_1
7 (defconstant +current-raster-secondary-color+ #x845F)
8 (defconstant +pixel-pack-buffer+ #x88EB)
9 (defconstant +pixel-unpack-buffer+ #x88EC)
10 (defconstant +pixel-pack-buffer-binding+ #x88ED)
11 (defconstant +pixel-unpack-buffer-binding+ #x88EF)
12 (defconstant +float-mat2x3+ #x8B65)
13 (defconstant +float-mat2x4+ #x8B66)
14 (defconstant +float-mat3x2+ #x8B67)
15 (defconstant +float-mat3x4+ #x8B68)
16 (defconstant +float-mat4x2+ #x8B69)
17 (defconstant +float-mat4x3+ #x8B6A)
18 (defconstant +srgb+ #x8C40)
19 (defconstant +srgb8+ #x8C41)
20 (defconstant +srgb-alpha+ #x8C42)
21 (defconstant +srgb8-alpha8+ #x8C43)
22 (defconstant +sluminance-alpha+ #x8C44)
23 (defconstant +sluminance8-alpha8+ #x8C45)
24 (defconstant +sluminance+ #x8C46)
25 (defconstant +sluminance8+ #x8C47)
26 (defconstant +compressed-srgb+ #x8C48)
27 (defconstant +compressed-srgb-alpha+ #x8C49)
28 (defconstant +compressed-sluminance+ #x8C4A)
29 (defconstant +compressed-sluminance-alpha+ #x8C4B)
30 (defglfun
31 (("UniformMatrix4x3fv" uniform-matrix-4x-3fv) :args
32 ((:name |location| :type |Int32| :direction :in)
33 (:name |count| :type |SizeI| :direction :in)
34 (:name |transpose| :type |Boolean| :direction :in)
35 (:name |value| :type |Float32| :direction :in :array t :size #xC))
36 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
37 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
38 (defglfun
39 (("UniformMatrix3x4fv" uniform-matrix-3x-4fv) :args
40 ((:name |location| :type |Int32| :direction :in)
41 (:name |count| :type |SizeI| :direction :in)
42 (:name |transpose| :type |Boolean| :direction :in)
43 (:name |value| :type |Float32| :direction :in :array t :size #xC))
44 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
45 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
46 (defglfun
47 (("UniformMatrix4x2fv" uniform-matrix-4x-2fv) :args
48 ((:name |location| :type |Int32| :direction :in)
49 (:name |count| :type |SizeI| :direction :in)
50 (:name |transpose| :type |Boolean| :direction :in)
51 (:name |value| :type |Float32| :direction :in :array t :size #x8))
52 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
53 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
54 (defglfun
55 (("UniformMatrix2x4fv" uniform-matrix-2x-4fv) :args
56 ((:name |location| :type |Int32| :direction :in)
57 (:name |count| :type |SizeI| :direction :in)
58 (:name |transpose| :type |Boolean| :direction :in)
59 (:name |value| :type |Float32| :direction :in :array t :size #x8))
60 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
61 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
62 (defglfun
63 (("UniformMatrix3x2fv" uniform-matrix-3x-2fv) :args
64 ((:name |location| :type |Int32| :direction :in)
65 (:name |count| :type |SizeI| :direction :in)
66 (:name |transpose| :type |Boolean| :direction :in)
67 (:name |value| :type |Float32| :direction :in :array t :size #x6))
68 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
69 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
70 (defglfun
71 (("UniformMatrix2x3fv" uniform-matrix-2x-3fv) :args
72 ((:name |location| :type |Int32| :direction :in)
73 (:name |count| :type |SizeI| :direction :in)
74 (:name |transpose| :type |Boolean| :direction :in)
75 (:name |value| :type |Float32| :direction :in :array t :size #x6))
76 :return ("void") :category ("VERSION_2_1") :version ("2.1") :extension nil
77 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))