Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-sgix_list_priority.lisp
blob4900bc756ac1ed8523dbc14b02ec39a4aba24be2
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; SGIX_list_priority
7 (defglextfun
8 (("ListParameterivSGIX" list-parameter-iv-sgix) :args
9 ((:name |list| :type |List| :direction :in)
10 (:name |pname| :type |ListParameterName| :direction :in)
11 (:name |params| :type |CheckedInt32| :direction :in :array t :size
12 (|pname|)))
13 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
14 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2081") :extension nil
15 :glsopcode ("0x018D") :offset ("475")))
16 (defglextfun
17 (("ListParameteriSGIX" list-parameter-i-sgix) :args
18 ((:name |list| :type |List| :direction :in)
19 (:name |pname| :type |ListParameterName| :direction :in)
20 (:name |param| :type |CheckedInt32| :direction :in))
21 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
22 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2080") :extension nil
23 :glsopcode ("0x018C") :offset ("474")))
24 (defglextfun
25 (("ListParameterfvSGIX" list-parameter-fv-sgix) :args
26 ((:name |list| :type |List| :direction :in)
27 (:name |pname| :type |ListParameterName| :direction :in)
28 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
29 (|pname|)))
30 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
31 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2079") :extension nil
32 :glsopcode ("0x018B") :offset ("473")))
33 (defglextfun
34 (("ListParameterfSGIX" list-parameter-f-sgix) :args
35 ((:name |list| :type |List| :direction :in)
36 (:name |pname| :type |ListParameterName| :direction :in)
37 (:name |param| :type |CheckedFloat32| :direction :in))
38 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
39 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2078") :extension nil
40 :glsopcode ("0x018A") :offset ("472")))
41 (defglextfun
42 (("GetListParameterivSGIX" get-list-parameter-iv-sgix) :args
43 ((:name |list| :type |List| :direction :in)
44 (:name |pname| :type |ListParameterName| :direction :in)
45 (:name |params| :type |CheckedInt32| :direction :out :array t :size
46 (|pname|)))
47 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
48 ("SGIX_list_priority") :version ("1.0") :glxvendorpriv ("?") :extension nil
49 :glsopcode ("0x0189") :offset ("471")))
50 (defglextfun
51 (("GetListParameterfvSGIX" get-list-parameter-fv-sgix) :args
52 ((:name |list| :type |List| :direction :in)
53 (:name |pname| :type |ListParameterName| :direction :in)
54 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
55 (|pname|)))
56 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
57 ("SGIX_list_priority") :version ("1.0") :glxvendorpriv ("?") :extension nil
58 :glsopcode ("0x0188") :offset ("470")))