Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-apple_vertex_array_object.lisp
blob2c68cee658d512c315c463c81aca7bc3ba2f2e0a
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_object
7 (defconstant +vertex-array-binding-apple+ #x85B5)
8 (defconstant +texture-range-length-apple+ #x85B7)
9 (defconstant +texture-range-pointer-apple+ #x85B8)
10 (defconstant +vertex-array-binding-apple+ #x85B5)
11 (defglextfun "IsVertexArrayAPPLE" is-vertex-array-apple :return "Boolean" :args
12 ((:name |array| :type |UInt32| :direction :in)) :category
13 "APPLE_vertex_array_object" :deprecated nil :version "1.2")
14 (defglextfun "GenVertexArraysAPPLE" gen-vertex-arrays-apple :return "void"
15 :args
16 ((:name |n| :type |SizeI| :direction :in)
17 (:name |arrays| :type |UInt32| :direction :out :array t :size n))
18 :category "APPLE_vertex_array_object" :deprecated nil :version "1.2")
19 (defglextfun "DeleteVertexArraysAPPLE" delete-vertex-arrays-apple :return
20 "void" :args
21 ((:name |n| :type |SizeI| :direction :in)
22 (:name |arrays| :type |UInt32| :direction :in :array t :size n))
23 :category "APPLE_vertex_array_object" :deprecated nil :version "1.2")
24 (defglextfun "BindVertexArrayAPPLE" bind-vertex-array-apple :return "void"
25 :args ((:name |array| :type |UInt32| :direction :in)) :category
26 "APPLE_vertex_array_object" :deprecated nil :version "1.2")
27 (make-extension-loader |APPLE_vertex_array_object|
28 (("IsVertexArrayAPPLE" is-vertex-array-apple :return "Boolean" :args
29 ((:name |array| :type |UInt32| :direction :in)) :category
30 "APPLE_vertex_array_object" :deprecated nil :version "1.2")
31 ("GenVertexArraysAPPLE" gen-vertex-arrays-apple :return "void" :args
32 ((:name |n| :type |SizeI| :direction :in)
33 (:name |arrays| :type |UInt32| :direction :out :array t :size n))
34 :category "APPLE_vertex_array_object" :deprecated nil :version "1.2")
35 ("DeleteVertexArraysAPPLE" delete-vertex-arrays-apple :return "void" :args
36 ((:name |n| :type |SizeI| :direction :in)
37 (:name |arrays| :type |UInt32| :direction :in :array t :size n))
38 :category "APPLE_vertex_array_object" :deprecated nil :version "1.2")
39 ("BindVertexArrayAPPLE" bind-vertex-array-apple :return "void" :args
40 ((:name |array| :type |UInt32| :direction :in)) :category
41 "APPLE_vertex_array_object" :deprecated nil :version "1.2")))