Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-apple_vertex_array_range.lisp
blob9a86b450581001cc669ca032b9c100afa40b6655
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 +vertex-array-range-apple+ #x851D)
12 (defconstant +vertex-array-range-length-apple+ #x851E)
13 (defconstant +vertex-array-storage-hint-apple+ #x851F)
14 (defconstant +vertex-array-range-pointer-apple+ #x8521)
15 (defconstant +storage-cached-apple+ #x85BE)
16 (defconstant +storage-shared-apple+ #x85BF)
17 (defglextfun "VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple
18 :return "void" :args
19 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
20 (:name |param| :type |Int32| :direction :in))
21 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
22 (defglextfun "FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple
23 :return "void" :args
24 ((:name |length| :type |SizeI| :direction :in)
25 (:name |pointer| :type |Void| :direction :out :array t :size length))
26 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
27 (defglextfun "VertexArrayRangeAPPLE" vertex-array-range-apple :return "void"
28 :args
29 ((:name |length| :type |SizeI| :direction :in)
30 (:name |pointer| :type |Void| :direction :out :array t :size length))
31 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
32 (make-extension-loader |APPLE_vertex_array_range|
33 (("VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple :return "void"
34 :args
35 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
36 (:name |param| :type |Int32| :direction :in))
37 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
38 ("FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple :return "void"
39 :args
40 ((:name |length| :type |SizeI| :direction :in)
41 (:name |pointer| :type |Void| :direction :out :array t :size length))
42 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
43 ("VertexArrayRangeAPPLE" vertex-array-range-apple :return "void" :args
44 ((:name |length| :type |SizeI| :direction :in)
45 (:name |pointer| :type |Void| :direction :out :array t :size length))
46 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")))