Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ext_fog_coord.lisp
blob0f8ab2caaeba6948e55959e93570e8784fa04cc3
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_fog_coord
7 (defconstant +fog-coordinate-source-ext+ #x8450)
8 (defconstant +fog-coordinate-ext+ #x8451)
9 (defconstant +fragment-depth-ext+ #x8452)
10 (defconstant +current-fog-coordinate-ext+ #x8453)
11 (defconstant +fog-coordinate-array-type-ext+ #x8454)
12 (defconstant +fog-coordinate-array-stride-ext+ #x8455)
13 (defconstant +fog-coordinate-array-pointer-ext+ #x8456)
14 (defconstant +fog-coordinate-array-ext+ #x8457)
15 (defconstant +color-sum+ #x8458)
16 (defconstant +current-secondary-color+ #x8459)
17 (defconstant +secondary-color-array-size+ #x845A)
18 (defconstant +secondary-color-array-type+ #x845B)
19 (defconstant +secondary-color-array-stride+ #x845C)
20 (defconstant +secondary-color-array-pointer+ #x845D)
21 (defconstant +secondary-color-array+ #x845E)
22 (defconstant +fog-coordinate-source-ext+ #x8450)
23 (defconstant +fog-coordinate-ext+ #x8451)
24 (defconstant +fragment-depth-ext+ #x8452)
25 (defconstant +current-fog-coordinate-ext+ #x8453)
26 (defconstant +fog-coordinate-array-type-ext+ #x8454)
27 (defconstant +fog-coordinate-array-stride-ext+ #x8455)
28 (defconstant +fog-coordinate-array-pointer-ext+ #x8456)
29 (defconstant +fog-coordinate-array-ext+ #x8457)
30 (defglextfun "FogCoordPointerEXT" fog-coord-pointer-ext :return "void" :args
31 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
32 (:name |stride| :type |SizeI| :direction :in)
33 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
34 :retained t))
35 :category "EXT_fog_coord" :deprecated nil :version "1.1" :alias
36 ("FogCoordPointer" fog-coord-pointer :core t :return "void" :args
37 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
38 (:name |stride| :type |SizeI| :direction :in)
39 (:name |pointer| :type |Void| :direction :in :array t :size
40 (|type| |stride|) :retained t))
41 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
42 #-win32
43 (defglextfun "FogCoordPointer" fog-coord-pointer :core t :return "void" :args
44 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
45 (:name |stride| :type |SizeI| :direction :in)
46 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
47 :retained t))
48 :category "VERSION_1_4" :deprecated "3.1" :version "1.4")
49 (defglextfun "FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
50 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
51 "EXT_fog_coord" :deprecated nil :version "1.1" :alias
52 ("FogCoorddv" fog-coord-dv :core t :return "void" :args
53 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
54 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
55 #-win32
56 (defglextfun "FogCoorddv" fog-coord-dv :core t :return "void" :args
57 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
58 "VERSION_1_4" :deprecated "3.1" :version "1.4")
59 (defglextfun "FogCoorddEXT" fog-coord-d-ext :return "void" :args
60 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
61 :deprecated nil :version "1.1" :alias
62 ("FogCoordd" fog-coord-d :core t :return "void" :args
63 ((:name |coord| :type |CoordD| :direction :in)) :category "VERSION_1_4"
64 :deprecated "3.1" :version "1.4"))
65 #-win32
66 (defglextfun "FogCoordd" fog-coord-d :core t :return "void" :args
67 ((:name |coord| :type |CoordD| :direction :in)) :category "VERSION_1_4"
68 :deprecated "3.1" :version "1.4")
69 (defglextfun "FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
70 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
71 "EXT_fog_coord" :deprecated nil :version "1.1" :alias
72 ("FogCoordfv" fog-coord-fv :core t :return "void" :args
73 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
74 "VERSION_1_4" :deprecated "3.1" :version "1.4"))
75 #-win32
76 (defglextfun "FogCoordfv" fog-coord-fv :core t :return "void" :args
77 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
78 "VERSION_1_4" :deprecated "3.1" :version "1.4")
79 (defglextfun "FogCoordfEXT" fog-coord-f-ext :return "void" :args
80 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
81 :deprecated nil :version "1.1" :alias
82 ("FogCoordf" fog-coord-f :core t :return "void" :args
83 ((:name |coord| :type |CoordF| :direction :in)) :category "VERSION_1_4"
84 :deprecated "3.1" :version "1.4"))
85 #-win32
86 (defglextfun "FogCoordf" fog-coord-f :core t :return "void" :args
87 ((:name |coord| :type |CoordF| :direction :in)) :category "VERSION_1_4"
88 :deprecated "3.1" :version "1.4")
89 (make-extension-loader |EXT_fog_coord|
90 (("FogCoordPointerEXT" fog-coord-pointer-ext :return "void" :args
91 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
92 (:name |stride| :type |SizeI| :direction :in)
93 (:name |pointer| :type |Void| :direction :in :array t :size
94 (|type| |stride|) :retained t))
95 :category "EXT_fog_coord" :deprecated nil :version "1.1" :alias
96 ("FogCoordPointer" fog-coord-pointer :core t :return "void" :args
97 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
98 (:name |stride| :type |SizeI| :direction :in)
99 (:name |pointer| :type |Void| :direction :in :array t :size
100 (|type| |stride|) :retained t))
101 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
102 ("FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
103 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
104 "EXT_fog_coord" :deprecated nil :version "1.1" :alias
105 ("FogCoorddv" fog-coord-dv :core t :return "void" :args
106 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1))
107 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
108 ("FogCoorddEXT" fog-coord-d-ext :return "void" :args
109 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
110 :deprecated nil :version "1.1" :alias
111 ("FogCoordd" fog-coord-d :core t :return "void" :args
112 ((:name |coord| :type |CoordD| :direction :in)) :category "VERSION_1_4"
113 :deprecated "3.1" :version "1.4"))
114 ("FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
115 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
116 "EXT_fog_coord" :deprecated nil :version "1.1" :alias
117 ("FogCoordfv" fog-coord-fv :core t :return "void" :args
118 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1))
119 :category "VERSION_1_4" :deprecated "3.1" :version "1.4"))
120 ("FogCoordfEXT" fog-coord-f-ext :return "void" :args
121 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
122 :deprecated nil :version "1.1" :alias
123 ("FogCoordf" fog-coord-f :core t :return "void" :args
124 ((:name |coord| :type |CoordF| :direction :in)) :category "VERSION_1_4"
125 :deprecated "3.1" :version "1.4"))))