Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_fog_coord.lisp
blobdc4565d3c7e6c6d776b9cd3755f92ab9f70696cc
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 +fog-coordinate-source-ext+ #x8450)
16 (defconstant +fog-coordinate-ext+ #x8451)
17 (defconstant +fragment-depth-ext+ #x8452)
18 (defconstant +current-fog-coordinate-ext+ #x8453)
19 (defconstant +fog-coordinate-array-type-ext+ #x8454)
20 (defconstant +fog-coordinate-array-stride-ext+ #x8455)
21 (defconstant +fog-coordinate-array-pointer-ext+ #x8456)
22 (defconstant +fog-coordinate-array-ext+ #x8457)
23 (defglextfun "FogCoordPointerEXT" fog-coord-pointer-ext :return "void" :args
24 ((:name |type| :type |FogPointerTypeEXT| :direction :in)
25 (:name |stride| :type |SizeI| :direction :in)
26 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
27 :retained t))
28 :category "EXT_fog_coord" :deprecated nil :version "1.1")
29 (defglextfun "FogCoorddvEXT" fog-coord-dv-ext :return "void" :args
30 ((:name |coord| :type |CoordD| :direction :in :array t :size #x1)) :category
31 "EXT_fog_coord" :deprecated nil :version "1.1")
32 (defglextfun "FogCoorddEXT" fog-coord-d-ext :return "void" :args
33 ((:name |coord| :type |CoordD| :direction :in)) :category "EXT_fog_coord"
34 :deprecated nil :version "1.1")
35 (defglextfun "FogCoordfvEXT" fog-coord-fv-ext :return "void" :args
36 ((:name |coord| :type |CoordF| :direction :in :array t :size #x1)) :category
37 "EXT_fog_coord" :deprecated nil :version "1.1")
38 (defglextfun "FogCoordfEXT" fog-coord-f-ext :return "void" :args
39 ((:name |coord| :type |CoordF| :direction :in)) :category "EXT_fog_coord"
40 :deprecated nil :version "1.1")