Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-nv_point_sprite.lisp
blob55d331fefac7b755c9ce6e3f3dae69c23e5aac24
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 ;;;; nv_point_sprite
7 (defconstant +point-sprite-nv+ #x8861)
8 (defconstant +coord-replace-nv+ #x8862)
9 (defconstant +point-sprite-r-mode-nv+ #x8863)
10 (defglextfun
11 (("PointParameterivNV" point-parameter-iv-nv) :args
12 ((:name |pname| :type |PointParameterNameARB| :direction :in)
13 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
14 :return ("void") :category ("NV_point_sprite") :version ("1.2") :extension
15 ("soft" "WINSOFT" "NV20") :glxropcode ("4222") :alias ("PointParameteriv")
16 :glsalias ("PointParameteriv")))
17 (defglextfun
18 (("PointParameteriNV" point-parameter-i-nv) :args
19 ((:name |pname| :type |PointParameterNameARB| :direction :in)
20 (:name |param| :type |Int32| :direction :in))
21 :return ("void") :category ("NV_point_sprite") :version ("1.2") :extension
22 ("soft" "WINSOFT" "NV20") :glxropcode ("4221") :alias ("PointParameteri")
23 :glsalias ("PointParameteri")))