Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/dh.git] / lib / opengl-ext_fog_coord.lisp
blob9f0c643636a7c62abe58d310b353c8c68b570aef
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 (defglextfun "FogCoordPointerEXT" fog-coord-pointer-ext :return "void" :args
16 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
17 (:name |stride| :type |SizeI| :direction :in)
18 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
19 :retained t))
20 :category "EXT_fog_coord" :version "1.1")
21 (defglextfun "FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
22 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
23 "EXT_fog_coord" :version "1.1")
24 (defglextfun "FogCoorddEXT" fog-coord-d-ext :return "void" :args
25 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
26 :version "1.1")
27 (defglextfun "FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
28 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
29 "EXT_fog_coord" :version "1.1")
30 (defglextfun "FogCoordfEXT" fog-coord-f-ext :return "void" :args
31 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
32 :version "1.1")