Updated for GLFW 2.7
[cl-glfw.git] / lib / opengl-apple_fence.lisp
bloba3d38cbade0a1e3d67190b706fd1efd5158e98de
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_fence
7 (defconstant +draw-pixels-apple+ #x8A0A)
8 (defconstant +fence-apple+ #x8A0B)
9 (defconstant +draw-pixels-apple+ #x8A0A)
10 (defconstant +fence-apple+ #x8A0B)
11 (defglextfun "FinishObjectAPPLE" finish-object-apple :return "void" :args
12 ((:name |object| :type |ObjectTypeAPPLE| :direction :in)
13 (:name |name| :type |Int32| :direction :in))
14 :category "APPLE_fence" :deprecated nil :version "1.2")
15 (defglextfun "TestObjectAPPLE" test-object-apple :return "Boolean" :args
16 ((:name |object| :type |ObjectTypeAPPLE| :direction :in)
17 (:name |name| :type |UInt32| :direction :in))
18 :category "APPLE_fence" :deprecated nil :version "1.2")
19 (defglextfun "FinishFenceAPPLE" finish-fence-apple :return "void" :args
20 ((:name |fence| :type |FenceNV| :direction :in)) :category "APPLE_fence"
21 :deprecated nil :version "1.2")
22 (defglextfun "TestFenceAPPLE" test-fence-apple :return "Boolean" :args
23 ((:name |fence| :type |FenceNV| :direction :in)) :category "APPLE_fence"
24 :deprecated nil :version "1.2")
25 (defglextfun "IsFenceAPPLE" is-fence-apple :return "Boolean" :args
26 ((:name |fence| :type |FenceNV| :direction :in)) :category "APPLE_fence"
27 :deprecated nil :version "1.2")
28 (defglextfun "SetFenceAPPLE" set-fence-apple :return "void" :args
29 ((:name |fence| :type |FenceNV| :direction :in)) :category "APPLE_fence"
30 :deprecated nil :version "1.2")
31 (defglextfun "DeleteFencesAPPLE" delete-fences-apple :return "void" :args
32 ((:name |n| :type |SizeI| :direction :in)
33 (:name |fences| :type |FenceNV| :direction :in :array t :size n))
34 :category "APPLE_fence" :deprecated nil :version "1.2")
35 (defglextfun "GenFencesAPPLE" gen-fences-apple :return "void" :args
36 ((:name |n| :type |SizeI| :direction :in)
37 (:name |fences| :type |FenceNV| :direction :out :array t :size n))
38 :category "APPLE_fence" :deprecated nil :version "1.2")