Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sun_triangle_list.lisp
blob9f1f103e0407a3b2b1ae8cac070d4813c0115359
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 ;;;; sun_triangle_list
7 (defconstant +restart-sun+ #x1)
8 (defconstant +replace-middle-sun+ #x2)
9 (defconstant +replace-oldest-sun+ #x3)
10 (defconstant +triangle-list-sun+ #x81D7)
11 (defconstant +replacement-code-sun+ #x81D8)
12 (defconstant +replacement-code-array-sun+ #x85C0)
13 (defconstant +replacement-code-array-type-sun+ #x85C1)
14 (defconstant +replacement-code-array-stride-sun+ #x85C2)
15 (defconstant +replacement-code-array-pointer-sun+ #x85C3)
16 (defconstant +r1ui-v3f-sun+ #x85C4)
17 (defconstant +r1ui-c4ub-v3f-sun+ #x85C5)
18 (defconstant +r1ui-c3f-v3f-sun+ #x85C6)
19 (defconstant +r1ui-n3f-v3f-sun+ #x85C7)
20 (defconstant +r1ui-c4f-n3f-v3f-sun+ #x85C8)
21 (defconstant +r1ui-t2f-v3f-sun+ #x85C9)
22 (defconstant +r1ui-t2f-n3f-v3f-sun+ #x85CA)
23 (defconstant +r1ui-t2f-c4f-n3f-v3f-sun+ #x85CB)
24 (defglextfun
25 (("ReplacementCodePointerSUN" replacement-code-pointer-sun) :args
26 ((:name |type| :type |ReplacementCodeTypeSUN| :direction :in)
27 (:name |stride| :type |SizeI| :direction :in)
28 (:name |pointer| :type |VoidPointer| :direction :in :array t :size
29 (|type| |stride|) :retained t))
30 :return ("void") :category ("SUN_triangle_list") :version ("1.1") :glxropcode
31 ("?") :glsflags ("ignore") :offset ("?")))
32 (defglextfun
33 (("ReplacementCodeubvSUN" replacement-code-ubv-sun) :args
34 ((:name |code| :type |UInt8| :direction :in :array t)) :return ("void")
35 :category ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags
36 ("ignore") :offset ("?")))
37 (defglextfun
38 (("ReplacementCodeusvSUN" replacement-code-usv-sun) :args
39 ((:name |code| :type |UInt16| :direction :in :array t)) :return ("void")
40 :category ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags
41 ("ignore") :offset ("?")))
42 (defglextfun
43 (("ReplacementCodeuivSUN" replacement-code-uiv-sun) :args
44 ((:name |code| :type |UInt32| :direction :in :array t)) :return ("void")
45 :category ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags
46 ("ignore") :offset ("?")))
47 (defglextfun
48 (("ReplacementCodeubSUN" replacement-code-ub-sun) :args
49 ((:name |code| :type |UInt8| :direction :in)) :return ("void") :category
50 ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
51 :offset ("?")))
52 (defglextfun
53 (("ReplacementCodeusSUN" replacement-code-us-sun) :args
54 ((:name |code| :type |UInt16| :direction :in)) :return ("void") :category
55 ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
56 :offset ("?")))
57 (defglextfun
58 (("ReplacementCodeuiSUN" replacement-code-ui-sun) :args
59 ((:name |code| :type |UInt32| :direction :in)) :return ("void") :category
60 ("SUN_triangle_list") :version ("1.1") :glxropcode ("?") :glsflags ("ignore")
61 :offset ("?")))