Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-apple_vertex_array_range.lisp
blob2fe3ab9adff80ed60b52f13f29d2ed71d45e6828
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 ;;;; apple_vertex_array_range
7 (defconstant +vertex-array-range-apple+ #x851D)
8 (defconstant +vertex-array-range-length-apple+ #x851E)
9 (defconstant +vertex-array-storage-hint-apple+ #x851F)
10 (defconstant +vertex-array-range-pointer-apple+ #x8521)
11 (defconstant +storage-cached-apple+ #x85BE)
12 (defconstant +storage-shared-apple+ #x85BF)
13 (defglextfun
14 (("VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple) :args
15 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
16 (:name |param| :type |Int32| :direction :in))
17 :return ("void") :category ("APPLE_vertex_array_range") :version ("1.2")
18 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
19 :offset ("?")))
20 (defglextfun
21 (("FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple) :args
22 ((:name |length| :type |SizeI| :direction :in)
23 (:name |pointer| :type |Void| :direction :out :array t :size length))
24 :return ("void") :category ("APPLE_vertex_array_range") :version ("1.2")
25 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
26 :offset ("?")))
27 (defglextfun
28 (("VertexArrayRangeAPPLE" vertex-array-range-apple) :args
29 ((:name |length| :type |SizeI| :direction :in)
30 (:name |pointer| :type |Void| :direction :out :array t :size length))
31 :return ("void") :category ("APPLE_vertex_array_range") :version ("1.2")
32 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
33 :offset ("?")))