Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-nv_occlusion_query.lisp
blobd36b7244e63e9bddd5cf7ec3ce8d99e86bbaac75
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_occlusion_query
7 (defconstant +pixel-counter-bits-nv+ #x8864)
8 (defconstant +current-occlusion-query-id-nv+ #x8865)
9 (defconstant +pixel-count-nv+ #x8866)
10 (defconstant +pixel-count-available-nv+ #x8867)
11 (defglextfun
12 (("GetOcclusionQueryuivNV" get-occlusion-query-uiv-nv) :args
13 ((:name |id| :type |UInt32| :direction :in)
14 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
15 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
16 :return ("void") :dlflags ("notlistable") :category ("NV_occlusion_query")
17 :version ("1.2") :extension ("soft" "WINSOFT" "NV20") :glsflags ("ignore")
18 :glxflags ("ignore")))
19 (defglextfun
20 (("GetOcclusionQueryivNV" get-occlusion-query-iv-nv) :args
21 ((:name |id| :type |UInt32| :direction :in)
22 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
23 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
24 :return ("void") :dlflags ("notlistable") :category ("NV_occlusion_query")
25 :version ("1.2") :extension ("soft" "WINSOFT" "NV20") :glsflags ("ignore")
26 :glxflags ("ignore")))
27 (defglextfun
28 (("EndOcclusionQueryNV" end-occlusion-query-nv) :args nil :return ("void")
29 :category ("NV_occlusion_query") :version ("1.2") :extension
30 ("soft" "WINSOFT" "NV20") :glsflags ("ignore") :glxflags ("ignore")))
31 (defglextfun
32 (("BeginOcclusionQueryNV" begin-occlusion-query-nv) :args
33 ((:name |id| :type |UInt32| :direction :in)) :return ("void") :category
34 ("NV_occlusion_query") :version ("1.2") :extension ("soft" "WINSOFT" "NV20")
35 :glsflags ("ignore") :glxflags ("ignore")))
36 (defglextfun
37 (("IsOcclusionQueryNV" is-occlusion-query-nv) :args
38 ((:name |id| :type |UInt32| :direction :in)) :return ("Boolean") :dlflags
39 ("notlistable") :category ("NV_occlusion_query") :version ("1.2") :extension
40 ("soft" "WINSOFT" "NV20") :glsflags ("ignore") :glxflags ("ignore")))
41 (defglextfun
42 (("DeleteOcclusionQueriesNV" delete-occlusion-queries-nv) :args
43 ((:name |n| :type |SizeI| :direction :in)
44 (:name |ids| :type |UInt32| :direction :in :array t :size n))
45 :return ("void") :dlflags ("notlistable") :category ("NV_occlusion_query")
46 :version ("1.2") :extension ("soft" "WINSOFT" "NV20") :glsflags ("ignore")
47 :glxflags ("ignore")))
48 (defglextfun
49 (("GenOcclusionQueriesNV" gen-occlusion-queries-nv) :args
50 ((:name |n| :type |SizeI| :direction :in)
51 (:name |ids| :type |UInt32| :direction :out :array t :size n))
52 :return ("void") :dlflags ("notlistable") :category ("NV_occlusion_query")
53 :version ("1.2") :extension ("soft" "WINSOFT" "NV20") :glsflags ("ignore")
54 :glxflags ("ignore")))