Formatting of a comment of old code.
[cl-glfw.git] / lib / opengl-sgix_list_priority.lisp
blobcd50f986bfe4e5d6a2f2e54ceae643828b6a4211
2 (in-package #:gl)
4 ;;;; SGIX_list_priority
6 (defglextfun
7 (("ListParameterivSGIX" list-parameter-iv-sgix) :args
8 ((:name |list| :type |List| :direction :in)
9 (:name |pname| :type |ListParameterName| :direction :in)
10 (:name |params| :type |CheckedInt32| :direction :in :array t :size
11 (|pname|)))
12 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
13 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2081") :extension nil
14 :glsopcode ("0x018D") :offset ("475")))
15 (defglextfun
16 (("ListParameteriSGIX" list-parameter-i-sgix) :args
17 ((:name |list| :type |List| :direction :in)
18 (:name |pname| :type |ListParameterName| :direction :in)
19 (:name |param| :type |CheckedInt32| :direction :in))
20 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
21 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2080") :extension nil
22 :glsopcode ("0x018C") :offset ("474")))
23 (defglextfun
24 (("ListParameterfvSGIX" list-parameter-fv-sgix) :args
25 ((:name |list| :type |List| :direction :in)
26 (:name |pname| :type |ListParameterName| :direction :in)
27 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
28 (|pname|)))
29 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
30 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2079") :extension nil
31 :glsopcode ("0x018B") :offset ("473")))
32 (defglextfun
33 (("ListParameterfSGIX" list-parameter-f-sgix) :args
34 ((:name |list| :type |List| :direction :in)
35 (:name |pname| :type |ListParameterName| :direction :in)
36 (:name |param| :type |CheckedFloat32| :direction :in))
37 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
38 ("SGIX_list_priority") :version ("1.0") :glxropcode ("2078") :extension nil
39 :glsopcode ("0x018A") :offset ("472")))
40 (defglextfun
41 (("GetListParameterivSGIX" get-list-parameter-iv-sgix) :args
42 ((:name |list| :type |List| :direction :in)
43 (:name |pname| :type |ListParameterName| :direction :in)
44 (:name |params| :type |CheckedInt32| :direction :out :array t :size
45 (|pname|)))
46 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
47 ("SGIX_list_priority") :version ("1.0") :glxvendorpriv ("?") :extension nil
48 :glsopcode ("0x0189") :offset ("471")))
49 (defglextfun
50 (("GetListParameterfvSGIX" get-list-parameter-fv-sgix) :args
51 ((:name |list| :type |List| :direction :in)
52 (:name |pname| :type |ListParameterName| :direction :in)
53 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
54 (|pname|)))
55 :return ("void") :dlflags ("notlistable") :glxflags ("ignore") :category
56 ("SGIX_list_priority") :version ("1.0") :glxvendorpriv ("?") :extension nil
57 :glsopcode ("0x0188") :offset ("470")))