Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-ext_fog_coord.lisp
blobac43d8da83003ebdf82dc308d29919a6209d3311
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")
36 (defglextfun "FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
37 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
38 "EXT_fog_coord" :deprecated nil :version "1.1")
39 (defglextfun "FogCoorddEXT" fog-coord-d-ext :return "void" :args
40 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
41 :deprecated nil :version "1.1")
42 (defglextfun "FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
43 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
44 "EXT_fog_coord" :deprecated nil :version "1.1")
45 (defglextfun "FogCoordfEXT" fog-coord-f-ext :return "void" :args
46 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
47 :deprecated nil :version "1.1")
48 (make-extension-loader |EXT_fog_coord|
49 (("FogCoordPointerEXT" fog-coord-pointer-ext :return "void" :args
50 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
51 (:name |stride| :type |SizeI| :direction :in)
52 (:name |pointer| :type |Void| :direction :in :array t :size
53 (|type| |stride|) :retained t))
54 :category "EXT_fog_coord" :deprecated nil :version "1.1")
55 ("FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
56 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
57 "EXT_fog_coord" :deprecated nil :version "1.1")
58 ("FogCoorddEXT" fog-coord-d-ext :return "void" :args
59 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
60 :deprecated nil :version "1.1")
61 ("FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
62 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
63 "EXT_fog_coord" :deprecated nil :version "1.1")
64 ("FogCoordfEXT" fog-coord-f-ext :return "void" :args
65 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
66 :deprecated nil :version "1.1")))