Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_occlusion_query.lisp
blob2457085ab7d25e3b7d9d021e9fdbdc7d0958e2d3
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 (defconstant +pixel-counter-bits-nv+ #x8864)
12 (defconstant +current-occlusion-query-id-nv+ #x8865)
13 (defconstant +pixel-count-nv+ #x8866)
14 (defconstant +pixel-count-available-nv+ #x8867)
15 (defglextfun "GetOcclusionQueryuivNV" get-occlusion-query-uiv-nv :return "void"
16 :args
17 ((:name |id| :type |UInt32| :direction :in)
18 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
19 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
20 :category "NV_occlusion_query" :deprecated nil :version "1.2")
21 (defglextfun "GetOcclusionQueryivNV" get-occlusion-query-iv-nv :return "void"
22 :args
23 ((:name |id| :type |UInt32| :direction :in)
24 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
25 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
26 :category "NV_occlusion_query" :deprecated nil :version "1.2")
27 (defglextfun "EndOcclusionQueryNV" end-occlusion-query-nv :return "void" :args
28 nil :category "NV_occlusion_query" :deprecated nil :version "1.2")
29 (defglextfun "BeginOcclusionQueryNV" begin-occlusion-query-nv :return "void"
30 :args ((:name |id| :type |UInt32| :direction :in)) :category
31 "NV_occlusion_query" :deprecated nil :version "1.2")
32 (defglextfun "IsOcclusionQueryNV" is-occlusion-query-nv :return "Boolean" :args
33 ((:name |id| :type |UInt32| :direction :in)) :category "NV_occlusion_query"
34 :deprecated nil :version "1.2")
35 (defglextfun "DeleteOcclusionQueriesNV" delete-occlusion-queries-nv :return
36 "void" :args
37 ((:name |n| :type |SizeI| :direction :in)
38 (:name |ids| :type |UInt32| :direction :in :array t :size n))
39 :category "NV_occlusion_query" :deprecated nil :version "1.2")
40 (defglextfun "GenOcclusionQueriesNV" gen-occlusion-queries-nv :return "void"
41 :args
42 ((:name |n| :type |SizeI| :direction :in)
43 (:name |ids| :type |UInt32| :direction :out :array t :size n))
44 :category "NV_occlusion_query" :deprecated nil :version "1.2")
45 (make-extension-loader |NV_occlusion_query|
46 (("GetOcclusionQueryuivNV" get-occlusion-query-uiv-nv :return "void" :args
47 ((:name |id| :type |UInt32| :direction :in)
48 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
49 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
50 :category "NV_occlusion_query" :deprecated nil :version "1.2")
51 ("GetOcclusionQueryivNV" get-occlusion-query-iv-nv :return "void" :args
52 ((:name |id| :type |UInt32| :direction :in)
53 (:name |pname| :type |OcclusionQueryParameterNameNV| :direction :in)
54 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
55 :category "NV_occlusion_query" :deprecated nil :version "1.2")
56 ("EndOcclusionQueryNV" end-occlusion-query-nv :return "void" :args nil
57 :category "NV_occlusion_query" :deprecated nil :version "1.2")
58 ("BeginOcclusionQueryNV" begin-occlusion-query-nv :return "void" :args
59 ((:name |id| :type |UInt32| :direction :in)) :category "NV_occlusion_query"
60 :deprecated nil :version "1.2")
61 ("IsOcclusionQueryNV" is-occlusion-query-nv :return "Boolean" :args
62 ((:name |id| :type |UInt32| :direction :in)) :category "NV_occlusion_query"
63 :deprecated nil :version "1.2")
64 ("DeleteOcclusionQueriesNV" delete-occlusion-queries-nv :return "void" :args
65 ((:name |n| :type |SizeI| :direction :in)
66 (:name |ids| :type |UInt32| :direction :in :array t :size n))
67 :category "NV_occlusion_query" :deprecated nil :version "1.2")
68 ("GenOcclusionQueriesNV" gen-occlusion-queries-nv :return "void" :args
69 ((:name |n| :type |SizeI| :direction :in)
70 (:name |ids| :type |UInt32| :direction :out :array t :size n))
71 :category "NV_occlusion_query" :deprecated nil :version "1.2")))