Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-nv_fence.lisp
blob3d9ce8b8b02189df28cdbee1d87cb6873efb1f90
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 ;;;; nv_fence
7 (defconstant +all-completed-nv+ #x84F2)
8 (defconstant +fence-status-nv+ #x84F3)
9 (defconstant +fence-condition-nv+ #x84F4)
10 (defglextfun
11 (("SetFenceNV" set-fence-nv) :args
12 ((:name |fence| :type |FenceNV| :direction :in)
13 (:name |condition| :type |FenceConditionNV| :direction :in))
14 :return ("void") :category ("NV_fence") :version ("1.2") :extension
15 ("soft" "WINSOFT" "NV10") :glxflags ("ignore") :glsopcode ("0x0217") :offset
16 ("653")))
17 (defglextfun
18 (("FinishFenceNV" finish-fence-nv) :args
19 ((:name |fence| :type |FenceNV| :direction :in)) :return ("void") :category
20 ("NV_fence") :dlflags ("notlistable") :version ("1.2") :extension
21 ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1312") :glxflags ("ignore")
22 :glsflags ("get") :glsopcode ("0x0219") :offset ("652")))
23 (defglextfun
24 (("GetFenceivNV" get-fence-iv-nv) :args
25 ((:name |fence| :type |FenceNV| :direction :in)
26 (:name |pname| :type |FenceParameterNameNV| :direction :in)
27 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
28 :return ("void") :category ("NV_fence") :dlflags ("notlistable") :version
29 ("1.2") :extension ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1280")
30 :glxflags ("ignore") :glsflags ("get") :glsopcode ("0x021B") :offset ("651")))
31 (defglextfun
32 (("TestFenceNV" test-fence-nv) :args
33 ((:name |fence| :type |FenceNV| :direction :in)) :return ("Boolean")
34 :category ("NV_fence") :dlflags ("notlistable") :version ("1.2") :extension
35 ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1279") :glxflags ("ignore")
36 :glsflags ("get") :glsopcode ("0x0218") :offset ("650")))
37 (defglextfun
38 (("IsFenceNV" is-fence-nv) :args
39 ((:name |fence| :type |FenceNV| :direction :in)) :return ("Boolean")
40 :category ("NV_fence") :dlflags ("notlistable") :version ("1.2") :extension
41 ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1278") :glxflags ("ignore")
42 :glsflags ("get") :glsopcode ("0x021A") :offset ("649")))
43 (defglextfun
44 (("GenFencesNV" gen-fences-nv) :args
45 ((:name |n| :type |SizeI| :direction :in)
46 (:name |fences| :type |FenceNV| :direction :out :array t :size n))
47 :return ("void") :category ("NV_fence") :dlflags ("notlistable") :version
48 ("1.2") :extension ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1277")
49 :glxflags ("ignore") :glsopcode ("0x0215") :offset ("648")))
50 (defglextfun
51 (("DeleteFencesNV" delete-fences-nv) :args
52 ((:name |n| :type |SizeI| :direction :in)
53 (:name |fences| :type |FenceNV| :direction :in :array t :size n))
54 :return ("void") :category ("NV_fence") :dlflags ("notlistable") :version
55 ("1.2") :extension ("soft" "WINSOFT" "NV10") :glxvendorpriv ("1276")
56 :glxflags ("ignore") :glsopcode ("0x0216") :offset ("647")))