bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-version_2_1.lisp
blobb4e534281e506609d08f9b35b256f7a527e8ad14
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 "UniformMatrix4x3fv" uniform-matrix-4x-3fv :return "void" :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 :category "VERSION_2_1" :version "2.1")
36 (defglfun "UniformMatrix3x4fv" uniform-matrix-3x-4fv :return "void" :args
37 ((:name |location| :type |Int32| :direction :in)
38 (:name |count| :type |SizeI| :direction :in)
39 (:name |transpose| :type |Boolean| :direction :in)
40 (:name |value| :type |Float32| :direction :in :array t :size #xC))
41 :category "VERSION_2_1" :version "2.1")
42 (defglfun "UniformMatrix4x2fv" uniform-matrix-4x-2fv :return "void" :args
43 ((:name |location| :type |Int32| :direction :in)
44 (:name |count| :type |SizeI| :direction :in)
45 (:name |transpose| :type |Boolean| :direction :in)
46 (:name |value| :type |Float32| :direction :in :array t :size #x8))
47 :category "VERSION_2_1" :version "2.1")
48 (defglfun "UniformMatrix2x4fv" uniform-matrix-2x-4fv :return "void" :args
49 ((:name |location| :type |Int32| :direction :in)
50 (:name |count| :type |SizeI| :direction :in)
51 (:name |transpose| :type |Boolean| :direction :in)
52 (:name |value| :type |Float32| :direction :in :array t :size #x8))
53 :category "VERSION_2_1" :version "2.1")
54 (defglfun "UniformMatrix3x2fv" uniform-matrix-3x-2fv :return "void" :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 #x6))
59 :category "VERSION_2_1" :version "2.1")
60 (defglfun "UniformMatrix2x3fv" uniform-matrix-2x-3fv :return "void" :args
61 ((:name |location| :type |Int32| :direction :in)
62 (:name |count| :type |SizeI| :direction :in)
63 (:name |transpose| :type |Boolean| :direction :in)
64 (:name |value| :type |Float32| :direction :in :array t :size #x6))
65 :category "VERSION_2_1" :version "2.1")