Formatting of a comment of old code.
[cl-glfw.git] / lib / opengl-ext_cull_vertex.lisp
blob0d31aa2ed235a74b78f4636228fd96d58a58ac9a
2 (in-package #:gl)
4 ;;;; EXT_cull_vertex
6 (defconstant +cull-vertex-ext+ #x81AA)
7 (defconstant +cull-vertex-eye-position-ext+ #x81AB)
8 (defconstant +cull-vertex-object-position-ext+ #x81AC)
9 (defglextfun
10 (("CullParameterfvEXT" cull-parameter-fv-ext) :args
11 ((:name |pname| :type |CullParameterEXT| :direction :in)
12 (:name |params| :type |Float32| :direction :out :array t :size #x4))
13 :return ("void") :category ("EXT_cull_vertex") :version ("1.1") :dlflags
14 ("notlistable") :extension ("soft") :glxflags ("ignore") :glsopcode
15 ("0x01D6") :offset ("543")))
16 (defglextfun
17 (("CullParameterdvEXT" cull-parameter-dv-ext) :args
18 ((:name |pname| :type |CullParameterEXT| :direction :in)
19 (:name |params| :type |Float64| :direction :out :array t :size #x4))
20 :return ("void") :category ("EXT_cull_vertex") :version ("1.1") :dlflags
21 ("notlistable") :extension ("soft") :glxflags ("ignore") :glsopcode
22 ("0x01D5") :offset ("542")))