Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_cull_vertex.lisp
blob399e6347410fe774e6b65f1cf560d2315ed0b91e
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_cull_vertex
7 (defconstant +cull-vertex-ext+ #x81AA)
8 (defconstant +cull-vertex-eye-position-ext+ #x81AB)
9 (defconstant +cull-vertex-object-position-ext+ #x81AC)
10 (defglextfun
11 (("CullParameterfvEXT" cull-parameter-fv-ext) :args
12 ((:name |pname| :type |CullParameterEXT| :direction :in)
13 (:name |params| :type |Float32| :direction :out :array t :size #x4))
14 :return ("void") :category ("EXT_cull_vertex") :version ("1.1") :dlflags
15 ("notlistable") :extension ("soft") :glxflags ("ignore") :glsopcode
16 ("0x01D6") :offset ("543")))
17 (defglextfun
18 (("CullParameterdvEXT" cull-parameter-dv-ext) :args
19 ((:name |pname| :type |CullParameterEXT| :direction :in)
20 (:name |params| :type |Float64| :direction :out :array t :size #x4))
21 :return ("void") :category ("EXT_cull_vertex") :version ("1.1") :dlflags
22 ("notlistable") :extension ("soft") :glxflags ("ignore") :glsopcode
23 ("0x01D5") :offset ("542")))