Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-apple_vertex_array_range.lisp
blobd5fc257317f45bda80525afd05798f7da51a7c5e
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 "VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple
14 :return "void" :args
15 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
16 (:name |param| :type |Int32| :direction :in))
17 :category "APPLE_vertex_array_range" :version "1.2")
18 (defglextfun "FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple
19 :return "void" :args
20 ((:name |length| :type |SizeI| :direction :in)
21 (:name |pointer| :type |Void| :direction :out :array t :size length))
22 :category "APPLE_vertex_array_range" :version "1.2")
23 (defglextfun "VertexArrayRangeAPPLE" vertex-array-range-apple :return "void"
24 :args
25 ((:name |length| :type |SizeI| :direction :in)
26 (:name |pointer| :type |Void| :direction :out :array t :size length))
27 :category "APPLE_vertex_array_range" :version "1.2")