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