Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-apple_vertex_array_range.lisp
blob8c264f9ebf26ebdb7f00f756c6d416f0d2b5d793
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-client-apple+ #x85B4)
16 (defconstant +storage-cached-apple+ #x85BE)
17 (defconstant +storage-shared-apple+ #x85BF)
18 (defglextfun "VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple
19 :return "void" :args
20 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
21 (:name |param| :type |Int32| :direction :in))
22 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
23 (defglextfun "FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple
24 :return "void" :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" :deprecated nil :version "1.2")
28 (defglextfun "VertexArrayRangeAPPLE" vertex-array-range-apple :return "void"
29 :args
30 ((:name |length| :type |SizeI| :direction :in)
31 (:name |pointer| :type |Void| :direction :out :array t :size length))
32 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
33 (make-extension-loader |APPLE_vertex_array_range|
34 (("VertexArrayParameteriAPPLE" vertex-array-parameter-i-apple :return "void"
35 :args
36 ((:name |pname| :type |VertexArrayPNameAPPLE| :direction :in)
37 (:name |param| :type |Int32| :direction :in))
38 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
39 ("FlushVertexArrayRangeAPPLE" flush-vertex-array-range-apple :return "void"
40 :args
41 ((:name |length| :type |SizeI| :direction :in)
42 (:name |pointer| :type |Void| :direction :out :array t :size length))
43 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")
44 ("VertexArrayRangeAPPLE" vertex-array-range-apple :return "void" :args
45 ((:name |length| :type |SizeI| :direction :in)
46 (:name |pointer| :type |Void| :direction :out :array t :size length))
47 :category "APPLE_vertex_array_range" :deprecated nil :version "1.2")))