Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_point_parameters.lisp
blob9d2aa215a47c4f911630d688d065076ee4e22c6d
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_point_parameters
7 (defconstant +point-size-min-ext+ #x8126)
8 (defconstant +point-size-max-ext+ #x8127)
9 (defconstant +point-fade-threshold-size-ext+ #x8128)
10 (defconstant +distance-attenuation-ext+ #x8129)
11 (defconstant +point-size-min-ext+ #x8126)
12 (defconstant +point-size-max-ext+ #x8127)
13 (defconstant +point-fade-threshold-size-ext+ #x8128)
14 (defconstant +distance-attenuation-ext+ #x8129)
15 (defglextfun "PointParameterfvEXT" point-parameter-fv-ext :return "void" :args
16 ((:name |pname| :type |PointParameterNameARB| :direction :in)
17 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
18 (|pname|)))
19 :category "EXT_point_parameters" :deprecated nil :version "1.0")
20 (defglextfun "PointParameterfEXT" point-parameter-f-ext :return "void" :args
21 ((:name |pname| :type |PointParameterNameARB| :direction :in)
22 (:name |param| :type |CheckedFloat32| :direction :in))
23 :category "EXT_point_parameters" :deprecated nil :version "1.0")