Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_sync.lisp
blob48ba8ea6739d5a30ecb99a40527dce4b075d6eed
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 ;;;; arb_sync
7 (defconstant +max-server-wait-timeout+ #x9111)
8 (defconstant +object-type+ #x9112)
9 (defconstant +sync-condition+ #x9113)
10 (defconstant +sync-status+ #x9114)
11 (defconstant +sync-flags+ #x9115)
12 (defconstant +sync-fence+ #x9116)
13 (defconstant +sync-gpu-commands-complete+ #x9117)
14 (defconstant +unsignaled+ #x9118)
15 (defconstant +signaled+ #x9119)
16 (defconstant +already-signaled+ #x911A)
17 (defconstant +timeout-expired+ #x911B)
18 (defconstant +condition-satisfied+ #x911C)
19 (defconstant +wait-failed+ #x911D)
20 (defconstant +sync-flush-commands-bit+ #x1)
21 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
22 (defconstant +max-server-wait-timeout+ #x9111)
23 (defconstant +object-type+ #x9112)
24 (defconstant +sync-condition+ #x9113)
25 (defconstant +sync-status+ #x9114)
26 (defconstant +sync-flags+ #x9115)
27 (defconstant +sync-fence+ #x9116)
28 (defconstant +sync-gpu-commands-complete+ #x9117)
29 (defconstant +unsignaled+ #x9118)
30 (defconstant +signaled+ #x9119)
31 (defconstant +already-signaled+ #x911A)
32 (defconstant +timeout-expired+ #x911B)
33 (defconstant +condition-satisfied+ #x911C)
34 (defconstant +wait-failed+ #x911D)
35 (defconstant +sync-flush-commands-bit+ #x1)
36 (defconstant +timeout-ignored+ #xFFFFFFFFFFFFFFFF)
37 (defglextfun "GetSynciv" get-sync-iv :return "void" :args
38 ((:name |sync| :type |sync| :direction :in)
39 (:name |pname| :type |GLenum| :direction :in)
40 (:name |bufSize| :type |SizeI| :direction :in)
41 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
42 (:name |values| :type |Int32| :direction :out :array t :size length))
43 :category "ARB_sync" :deprecated nil :version "1.2")
44 (defglextfun "GetInteger64v" get-integer-64v :return "void" :args
45 ((:name |pname| :type |GLenum| :direction :in)
46 (:name |params| :type |Int64| :direction :out :array t :size (|pname|)))
47 :category "ARB_sync" :deprecated nil :version "1.2")
48 (defglextfun "WaitSync" wait-sync :return "void" :args
49 ((:name |sync| :type |sync| :direction :in)
50 (:name |flags| :type |GLbitfield| :direction :in)
51 (:name |timeout| :type |UInt64| :direction :in))
52 :category "ARB_sync" :deprecated nil :version "1.2")
53 (defglextfun "ClientWaitSync" client-wait-sync :return "GLenum" :args
54 ((:name |sync| :type |sync| :direction :in)
55 (:name |flags| :type |GLbitfield| :direction :in)
56 (:name |timeout| :type |UInt64| :direction :in))
57 :category "ARB_sync" :deprecated nil :version "1.2")
58 (defglextfun "DeleteSync" delete-sync :return "void" :args
59 ((:name |sync| :type |sync| :direction :in)) :category "ARB_sync" :deprecated
60 nil :version "1.2")
61 (defglextfun "IsSync" is-sync :return "Boolean" :args
62 ((:name |sync| :type |sync| :direction :in)) :category "ARB_sync" :deprecated
63 nil :version "1.2")
64 (defglextfun "FenceSync" fence-sync :return "sync" :args
65 ((:name |condition| :type |GLenum| :direction :in)
66 (:name |flags| :type |GLbitfield| :direction :in))
67 :category "ARB_sync" :deprecated nil :version "1.2")
68 (make-extension-loader |ARB_sync|
69 (("GetSynciv" get-sync-iv :return "void" :args
70 ((:name |sync| :type |sync| :direction :in)
71 (:name |pname| :type |GLenum| :direction :in)
72 (:name |bufSize| :type |SizeI| :direction :in)
73 (:name |length| :type |SizeI| :direction :out :array t :size #x1)
74 (:name |values| :type |Int32| :direction :out :array t :size length))
75 :category "ARB_sync" :deprecated nil :version "1.2")
76 ("GetInteger64v" get-integer-64v :return "void" :args
77 ((:name |pname| :type |GLenum| :direction :in)
78 (:name |params| :type |Int64| :direction :out :array t :size (|pname|)))
79 :category "ARB_sync" :deprecated nil :version "1.2")
80 ("WaitSync" wait-sync :return "void" :args
81 ((:name |sync| :type |sync| :direction :in)
82 (:name |flags| :type |GLbitfield| :direction :in)
83 (:name |timeout| :type |UInt64| :direction :in))
84 :category "ARB_sync" :deprecated nil :version "1.2")
85 ("ClientWaitSync" client-wait-sync :return "GLenum" :args
86 ((:name |sync| :type |sync| :direction :in)
87 (:name |flags| :type |GLbitfield| :direction :in)
88 (:name |timeout| :type |UInt64| :direction :in))
89 :category "ARB_sync" :deprecated nil :version "1.2")
90 ("DeleteSync" delete-sync :return "void" :args
91 ((:name |sync| :type |sync| :direction :in)) :category "ARB_sync"
92 :deprecated nil :version "1.2")
93 ("IsSync" is-sync :return "Boolean" :args
94 ((:name |sync| :type |sync| :direction :in)) :category "ARB_sync"
95 :deprecated nil :version "1.2")
96 ("FenceSync" fence-sync :return "sync" :args
97 ((:name |condition| :type |GLenum| :direction :in)
98 (:name |flags| :type |GLbitfield| :direction :in))
99 :category "ARB_sync" :deprecated nil :version "1.2")))