Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_point_parameters.lisp
bloba0ccec2c13fb99c611bd5ab45a0c7914223de1cc
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 ;;;; arb_point_parameters
7 (defconstant +point-size-min-arb+ #x8126)
8 (defconstant +point-size-max-arb+ #x8127)
9 (defconstant +point-fade-threshold-size-arb+ #x8128)
10 (defconstant +point-distance-attenuation-arb+ #x8129)
11 (defconstant +point-size-min-arb+ #x8126)
12 (defconstant +point-size-max-arb+ #x8127)
13 (defconstant +point-fade-threshold-size-arb+ #x8128)
14 (defconstant +point-distance-attenuation-arb+ #x8129)
15 (defglextfun "PointParameterfvARB" point-parameter-fv-arb :return "void" :args
16 ((:name |pname| :type |PointParameterNameARB| :direction :in)
17 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
18 (|pname|)))
19 :category "ARB_point_parameters" :deprecated nil :version "1.0")
20 (defglextfun "PointParameterfARB" point-parameter-f-arb :return "void" :args
21 ((:name |pname| :type |PointParameterNameARB| :direction :in)
22 (:name |param| :type |CheckedFloat32| :direction :in))
23 :category "ARB_point_parameters" :deprecated nil :version "1.0")
24 (make-extension-loader |ARB_point_parameters|
25 (("PointParameterfvARB" point-parameter-fv-arb :return "void" :args
26 ((:name |pname| :type |PointParameterNameARB| :direction :in)
27 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
28 (|pname|)))
29 :category "ARB_point_parameters" :deprecated nil :version "1.0")
30 ("PointParameterfARB" point-parameter-f-arb :return "void" :args
31 ((:name |pname| :type |PointParameterNameARB| :direction :in)
32 (:name |param| :type |CheckedFloat32| :direction :in))
33 :category "ARB_point_parameters" :deprecated nil :version "1.0")))