Removed unused functions
[cl-glfw.git] / lib / opengl-ext_point_parameters.lisp
blob6ee5b18c80e09d725295c86ab8b6e3f97aebb5ef
1 ;;;; This file was automatically generated by nil
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
12 (("PointParameterfvEXT" point-parameter-fv-ext) :args
13 ((:name |pname| :type |PointParameterNameARB| :direction :in)
14 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
15 (|pname|)))
16 :return ("void") :category ("EXT_point_parameters") :version ("1.0")
17 :glxflags ("SGI") :extension nil :alias ("PointParameterfvARB") :glsalias
18 ("PointParameterfvARB")))
19 (defglextfun
20 (("PointParameterfEXT" point-parameter-f-ext) :args
21 ((:name |pname| :type |PointParameterNameARB| :direction :in)
22 (:name |param| :type |CheckedFloat32| :direction :in))
23 :return ("void") :category ("EXT_point_parameters") :version ("1.0")
24 :glxflags ("SGI") :extension nil :alias ("PointParameterfARB") :glsalias
25 ("PointParameterfARB")))