Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ext_point_parameters.lisp
blob16e5952f5a1f3658d1c13b16d6af5424132e6c17
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 (defglextfun "PointParameterfvEXT" point-parameter-fv-ext :return "void" :args
12 ((:name |pname| :type |PointParameterNameARB| :direction :in)
13 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
14 (|pname|)))
15 :category "EXT_point_parameters" :version "1.0")
16 (defglextfun "PointParameterfEXT" point-parameter-f-ext :return "void" :args
17 ((:name |pname| :type |PointParameterNameARB| :direction :in)
18 (:name |param| :type |CheckedFloat32| :direction :in))
19 :category "EXT_point_parameters" :version "1.0")