Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-sgis_point_parameters.lisp
blob13a21181018e9ef8a597fd93aa5b625ebecf732f
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 "PointParameterfvSGIS" point-parameter-fv-sgis :return "void"
20 :args
21 ((:name |pname| :type |PointParameterNameARB| :direction :in)
22 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
23 (|pname|)))
24 :category "SGIS_point_parameters" :version "1.0")
25 (defglextfun "PointParameterfSGIS" point-parameter-f-sgis :return "void" :args
26 ((:name |pname| :type |PointParameterNameARB| :direction :in)
27 (:name |param| :type |CheckedFloat32| :direction :in))
28 :category "SGIS_point_parameters" :version "1.0")