Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_vertex_array.lisp
blob79543f2abd6bad6e558b1c6145b6f02b80aeeeca
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_vertex_array
7 (defconstant +vertex-array-ext+ #x8074)
8 (defconstant +normal-array-ext+ #x8075)
9 (defconstant +color-array-ext+ #x8076)
10 (defconstant +index-array-ext+ #x8077)
11 (defconstant +texture-coord-array-ext+ #x8078)
12 (defconstant +edge-flag-array-ext+ #x8079)
13 (defconstant +vertex-array-size-ext+ #x807A)
14 (defconstant +vertex-array-type-ext+ #x807B)
15 (defconstant +vertex-array-stride-ext+ #x807C)
16 (defconstant +normal-array-type-ext+ #x807E)
17 (defconstant +normal-array-stride-ext+ #x807F)
18 (defconstant +color-array-size-ext+ #x8081)
19 (defconstant +color-array-type-ext+ #x8082)
20 (defconstant +color-array-stride-ext+ #x8083)
21 (defconstant +index-array-type-ext+ #x8085)
22 (defconstant +index-array-stride-ext+ #x8086)
23 (defconstant +texture-coord-array-size-ext+ #x8088)
24 (defconstant +texture-coord-array-type-ext+ #x8089)
25 (defconstant +texture-coord-array-stride-ext+ #x808A)
26 (defconstant +edge-flag-array-stride-ext+ #x808C)
27 (defconstant +vertex-array-pointer-ext+ #x808E)
28 (defconstant +normal-array-pointer-ext+ #x808F)
29 (defconstant +color-array-pointer-ext+ #x8090)
30 (defconstant +index-array-pointer-ext+ #x8091)
31 (defconstant +texture-coord-array-pointer-ext+ #x8092)
32 (defconstant +edge-flag-array-pointer-ext+ #x8093)
33 (defconstant +vertex-array-ext+ #x8074)
34 (defconstant +normal-array-ext+ #x8075)
35 (defconstant +color-array-ext+ #x8076)
36 (defconstant +index-array-ext+ #x8077)
37 (defconstant +texture-coord-array-ext+ #x8078)
38 (defconstant +edge-flag-array-ext+ #x8079)
39 (defconstant +vertex-array-size-ext+ #x807A)
40 (defconstant +vertex-array-type-ext+ #x807B)
41 (defconstant +vertex-array-stride-ext+ #x807C)
42 (defconstant +normal-array-type-ext+ #x807E)
43 (defconstant +normal-array-stride-ext+ #x807F)
44 (defconstant +color-array-size-ext+ #x8081)
45 (defconstant +color-array-type-ext+ #x8082)
46 (defconstant +color-array-stride-ext+ #x8083)
47 (defconstant +index-array-type-ext+ #x8085)
48 (defconstant +index-array-stride-ext+ #x8086)
49 (defconstant +texture-coord-array-size-ext+ #x8088)
50 (defconstant +texture-coord-array-type-ext+ #x8089)
51 (defconstant +texture-coord-array-stride-ext+ #x808A)
52 (defconstant +edge-flag-array-stride-ext+ #x808C)
53 (defconstant +vertex-array-pointer-ext+ #x808E)
54 (defconstant +normal-array-pointer-ext+ #x808F)
55 (defconstant +color-array-pointer-ext+ #x8090)
56 (defconstant +index-array-pointer-ext+ #x8091)
57 (defconstant +texture-coord-array-pointer-ext+ #x8092)
58 (defconstant +edge-flag-array-pointer-ext+ #x8093)
59 (defglextfun
60 (("VertexPointerEXT" vertex-pointer-ext) :args
61 ((:name |size| :type |Int32| :direction :in)
62 (:name |type| :type |VertexPointerType| :direction :in)
63 (:name |stride| :type |SizeI| :direction :in)
64 (:name |count| :type |SizeI| :direction :in)
65 (:name |pointer| :type |Void| :direction :in :array t :size
66 (|size| |type| |stride| |count|) :retained t))
67 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
68 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
69 :extension nil :glsflags ("client") :glsopcode ("0x0146") :offset ("453")))
70 (defglextfun
71 (("TexCoordPointerEXT" tex-coord-pointer-ext) :args
72 ((:name |size| :type |Int32| :direction :in)
73 (:name |type| :type |TexCoordPointerType| :direction :in)
74 (:name |stride| :type |SizeI| :direction :in)
75 (:name |count| :type |SizeI| :direction :in)
76 (:name |pointer| :type |Void| :direction :in :array t :size
77 (|size| |type| |stride| |count|) :retained t))
78 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
79 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
80 :extension nil :glsflags ("client") :glsopcode ("0x0145") :offset ("452")))
81 (defglextfun
82 (("NormalPointerEXT" normal-pointer-ext) :args
83 ((:name |type| :type |NormalPointerType| :direction :in)
84 (:name |stride| :type |SizeI| :direction :in)
85 (:name |count| :type |SizeI| :direction :in)
86 (:name |pointer| :type |Void| :direction :in :array t :size
87 (|type| |stride| |count|) :retained t))
88 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
89 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
90 :extension nil :glsflags ("client") :glsopcode ("0x0144") :offset ("451")))
91 (defglextfun
92 (("IndexPointerEXT" index-pointer-ext) :args
93 ((:name |type| :type |IndexPointerType| :direction :in)
94 (:name |stride| :type |SizeI| :direction :in)
95 (:name |count| :type |SizeI| :direction :in)
96 (:name |pointer| :type |Void| :direction :in :array t :size
97 (|type| |stride| |count|) :retained t))
98 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
99 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
100 :extension nil :glsflags ("client") :glsopcode ("0x0143") :offset ("450")))
101 (defglextfun
102 (("GetPointervEXT" get-pointerv-ext) :args
103 ((:name |pname| :type |GetPointervPName| :direction :in)
104 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
105 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
106 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
107 :extension nil :alias ("GetPointerv") :glsalias ("GetPointerv")))
108 (defglextfun
109 (("EdgeFlagPointerEXT" edge-flag-pointer-ext) :args
110 ((:name |stride| :type |SizeI| :direction :in)
111 (:name |count| :type |SizeI| :direction :in)
112 (:name |pointer| :type |Boolean| :direction :in :array t :size
113 (|stride| |count|) :retained t))
114 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
115 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
116 :extension nil :glsflags ("client") :glsopcode ("0x0141") :offset ("449")))
117 (defglextfun
118 (("DrawArraysEXT" draw-arrays-ext) :args
119 ((:name |mode| :type |BeginMode| :direction :in)
120 (:name |first| :type |Int32| :direction :in)
121 (:name |count| :type |SizeI| :direction :in))
122 :return ("void") :category ("EXT_vertex_array") :dlflags ("handcode")
123 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
124 :glxropcode ("4116") :extension nil :alias ("DrawArrays") :glsopcode
125 ("0x0140")))
126 (defglextfun
127 (("ColorPointerEXT" color-pointer-ext) :args
128 ((:name |size| :type |Int32| :direction :in)
129 (:name |type| :type |ColorPointerType| :direction :in)
130 (:name |stride| :type |SizeI| :direction :in)
131 (:name |count| :type |SizeI| :direction :in)
132 (:name |pointer| :type |Void| :direction :in :array t :size
133 (|size| |type| |stride| |count|) :retained t))
134 :return ("void") :category ("EXT_vertex_array") :dlflags ("notlistable")
135 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
136 :extension nil :glsflags ("client") :glsopcode ("0x013F") :offset ("448")))
137 (defglextfun
138 (("ArrayElementEXT" array-element-ext) :args
139 ((:name |i| :type |Int32| :direction :in)) :return ("void") :category
140 ("EXT_vertex_array") :dlflags ("handcode") :glxflags
141 ("client-handcode" "server-handcode" "EXT") :version ("1.0") :extension nil
142 :alias ("ArrayElement") :glsalias ("ArrayElement")))