Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgis_point_parameters.lisp
blob28d1c92bbd697b823916ba3e3b02f0692ac70466
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 ;;;; sgis_point_parameters
7 (defconstant +point-size-min+ #x8126)
8 (defconstant +point-size-min-arb+ #x8126)
9 (defconstant +point-size-min-ext+ #x8126)
10 (defconstant +point-size-max+ #x8127)
11 (defconstant +point-size-max-arb+ #x8127)
12 (defconstant +point-size-max-ext+ #x8127)
13 (defconstant +point-fade-threshold-size+ #x8128)
14 (defconstant +point-fade-threshold-size-arb+ #x8128)
15 (defconstant +point-fade-threshold-size-ext+ #x8128)
16 (defconstant +point-distance-attenuation+ #x8129)
17 (defconstant +point-distance-attenuation-arb+ #x8129)
18 (defconstant +distance-attenuation-ext+ #x8129)
19 (defglextfun
20 (("PointParameterfvSGIS" point-parameter-fv-sgis) :args
21 ((:name |pname| :type |PointParameterNameARB| :direction :in)
22 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
23 (|pname|)))
24 :return ("void") :category ("SGIS_point_parameters") :version ("1.0")
25 :glxflags ("SGI") :extension nil :alias ("PointParameterfvARB") :glsalias
26 ("PointParameterfvARB")))
27 (defglextfun
28 (("PointParameterfSGIS" point-parameter-f-sgis) :args
29 ((:name |pname| :type |PointParameterNameARB| :direction :in)
30 (:name |param| :type |CheckedFloat32| :direction :in))
31 :return ("void") :category ("SGIS_point_parameters") :version ("1.0")
32 :glxflags ("SGI") :extension nil :alias ("PointParameterfARB") :glsalias
33 ("PointParameterfARB")))