1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
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")
39 (make-extension-loader |APPLE_fence|
40 (("FinishObjectAPPLE" finish-object-apple
:return
"void" :args
41 ((:name |object|
:type |ObjectTypeAPPLE|
:direction
:in
)
42 (:name |name|
:type |Int32|
:direction
:in
))
43 :category
"APPLE_fence" :deprecated nil
:version
"1.2")
44 ("TestObjectAPPLE" test-object-apple
:return
"Boolean" :args
45 ((:name |object|
:type |ObjectTypeAPPLE|
:direction
:in
)
46 (:name |name|
:type |UInt32|
:direction
:in
))
47 :category
"APPLE_fence" :deprecated nil
:version
"1.2")
48 ("FinishFenceAPPLE" finish-fence-apple
:return
"void" :args
49 ((:name |fence|
:type |FenceNV|
:direction
:in
)) :category
"APPLE_fence"
50 :deprecated nil
:version
"1.2")
51 ("TestFenceAPPLE" test-fence-apple
:return
"Boolean" :args
52 ((:name |fence|
:type |FenceNV|
:direction
:in
)) :category
"APPLE_fence"
53 :deprecated nil
:version
"1.2")
54 ("IsFenceAPPLE" is-fence-apple
:return
"Boolean" :args
55 ((:name |fence|
:type |FenceNV|
:direction
:in
)) :category
"APPLE_fence"
56 :deprecated nil
:version
"1.2")
57 ("SetFenceAPPLE" set-fence-apple
:return
"void" :args
58 ((:name |fence|
:type |FenceNV|
:direction
:in
)) :category
"APPLE_fence"
59 :deprecated nil
:version
"1.2")
60 ("DeleteFencesAPPLE" delete-fences-apple
:return
"void" :args
61 ((:name |n|
:type |SizeI|
:direction
:in
)
62 (:name |fences|
:type |FenceNV|
:direction
:in
:array t
:size n
))
63 :category
"APPLE_fence" :deprecated nil
:version
"1.2")
64 ("GenFencesAPPLE" gen-fences-apple
:return
"void" :args
65 ((:name |n|
:type |SizeI|
:direction
:in
)
66 (:name |fences|
:type |FenceNV|
:direction
:out
:array t
:size n
))
67 :category
"APPLE_fence" :deprecated nil
:version
"1.2")))