Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-nv_present_video.lisp
blob21018e46b7b79a5e1f9f06253933a1a0f965c083
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_present_video
7 (defconstant +frame-nv+ #x8E26)
8 (defconstant +fields-nv+ #x8E27)
9 (defconstant +current-time-nv+ #x8E28)
10 (defconstant +num-fill-streams-nv+ #x8E29)
11 (defconstant +present-time-nv+ #x8E2A)
12 (defconstant +present-duration-nv+ #x8E2B)
13 (defconstant +frame-nv+ #x8E26)
14 (defconstant +fields-nv+ #x8E27)
15 (defconstant +current-time-nv+ #x8E28)
16 (defconstant +num-fill-streams-nv+ #x8E29)
17 (defconstant +present-time-nv+ #x8E2A)
18 (defconstant +present-duration-nv+ #x8E2B)
19 (defglextfun "GetVideoui64vNV" get-videoui-64v-nv :return "void" :args
20 ((:name |video_slot| :type |UInt32| :direction :in)
21 (:name |pname| :type |GLenum| :direction :in)
22 (:name |params| :type |UInt64EXT| :direction :out :array t :size (|pname|)))
23 :category "NV_present_video" :deprecated nil :version "1.2")
24 (defglextfun "GetVideoi64vNV" get-videoi-64v-nv :return "void" :args
25 ((:name |video_slot| :type |UInt32| :direction :in)
26 (:name |pname| :type |GLenum| :direction :in)
27 (:name |params| :type |Int64EXT| :direction :out :array t :size (|pname|)))
28 :category "NV_present_video" :deprecated nil :version "1.2")
29 (defglextfun "GetVideouivNV" get-video-uiv-nv :return "void" :args
30 ((:name |video_slot| :type |UInt32| :direction :in)
31 (:name |pname| :type |GLenum| :direction :in)
32 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
33 :category "NV_present_video" :deprecated nil :version "1.2")
34 (defglextfun "GetVideoivNV" get-video-iv-nv :return "void" :args
35 ((:name |video_slot| :type |UInt32| :direction :in)
36 (:name |pname| :type |GLenum| :direction :in)
37 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
38 :category "NV_present_video" :deprecated nil :version "1.2")
39 (defglextfun "PresentFrameDualFillNV" present-frame-dual-fill-nv :return "void"
40 :args
41 ((:name |video_slot| :type |UInt32| :direction :in)
42 (:name |minPresentTime| :type |UInt64EXT| :direction :in)
43 (:name |beginPresentTimeId| :type |UInt32| :direction :in)
44 (:name |presentDurationId| :type |UInt32| :direction :in)
45 (:name |type| :type |GLenum| :direction :in)
46 (:name |target0| :type |GLenum| :direction :in)
47 (:name |fill0| :type |UInt32| :direction :in)
48 (:name |target1| :type |GLenum| :direction :in)
49 (:name |fill1| :type |UInt32| :direction :in)
50 (:name |target2| :type |GLenum| :direction :in)
51 (:name |fill2| :type |UInt32| :direction :in)
52 (:name |target3| :type |GLenum| :direction :in)
53 (:name |fill3| :type |UInt32| :direction :in))
54 :category "NV_present_video" :deprecated nil :version "1.2")
55 (defglextfun "PresentFrameKeyedNV" present-frame-keyed-nv :return "void" :args
56 ((:name |video_slot| :type |UInt32| :direction :in)
57 (:name |minPresentTime| :type |UInt64EXT| :direction :in)
58 (:name |beginPresentTimeId| :type |UInt32| :direction :in)
59 (:name |presentDurationId| :type |UInt32| :direction :in)
60 (:name |type| :type |GLenum| :direction :in)
61 (:name |target0| :type |GLenum| :direction :in)
62 (:name |fill0| :type |UInt32| :direction :in)
63 (:name |key0| :type |UInt32| :direction :in)
64 (:name |target1| :type |GLenum| :direction :in)
65 (:name |fill1| :type |UInt32| :direction :in)
66 (:name |key1| :type |UInt32| :direction :in))
67 :category "NV_present_video" :deprecated nil :version "1.2")
68 (make-extension-loader |NV_present_video|
69 (("GetVideoui64vNV" get-videoui-64v-nv :return "void" :args
70 ((:name |video_slot| :type |UInt32| :direction :in)
71 (:name |pname| :type |GLenum| :direction :in)
72 (:name |params| :type |UInt64EXT| :direction :out :array t :size
73 (|pname|)))
74 :category "NV_present_video" :deprecated nil :version "1.2")
75 ("GetVideoi64vNV" get-videoi-64v-nv :return "void" :args
76 ((:name |video_slot| :type |UInt32| :direction :in)
77 (:name |pname| :type |GLenum| :direction :in)
78 (:name |params| :type |Int64EXT| :direction :out :array t :size (|pname|)))
79 :category "NV_present_video" :deprecated nil :version "1.2")
80 ("GetVideouivNV" get-video-uiv-nv :return "void" :args
81 ((:name |video_slot| :type |UInt32| :direction :in)
82 (:name |pname| :type |GLenum| :direction :in)
83 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
84 :category "NV_present_video" :deprecated nil :version "1.2")
85 ("GetVideoivNV" get-video-iv-nv :return "void" :args
86 ((:name |video_slot| :type |UInt32| :direction :in)
87 (:name |pname| :type |GLenum| :direction :in)
88 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
89 :category "NV_present_video" :deprecated nil :version "1.2")
90 ("PresentFrameDualFillNV" present-frame-dual-fill-nv :return "void" :args
91 ((:name |video_slot| :type |UInt32| :direction :in)
92 (:name |minPresentTime| :type |UInt64EXT| :direction :in)
93 (:name |beginPresentTimeId| :type |UInt32| :direction :in)
94 (:name |presentDurationId| :type |UInt32| :direction :in)
95 (:name |type| :type |GLenum| :direction :in)
96 (:name |target0| :type |GLenum| :direction :in)
97 (:name |fill0| :type |UInt32| :direction :in)
98 (:name |target1| :type |GLenum| :direction :in)
99 (:name |fill1| :type |UInt32| :direction :in)
100 (:name |target2| :type |GLenum| :direction :in)
101 (:name |fill2| :type |UInt32| :direction :in)
102 (:name |target3| :type |GLenum| :direction :in)
103 (:name |fill3| :type |UInt32| :direction :in))
104 :category "NV_present_video" :deprecated nil :version "1.2")
105 ("PresentFrameKeyedNV" present-frame-keyed-nv :return "void" :args
106 ((:name |video_slot| :type |UInt32| :direction :in)
107 (:name |minPresentTime| :type |UInt64EXT| :direction :in)
108 (:name |beginPresentTimeId| :type |UInt32| :direction :in)
109 (:name |presentDurationId| :type |UInt32| :direction :in)
110 (:name |type| :type |GLenum| :direction :in)
111 (:name |target0| :type |GLenum| :direction :in)
112 (:name |fill0| :type |UInt32| :direction :in)
113 (:name |key0| :type |UInt32| :direction :in)
114 (:name |target1| :type |GLenum| :direction :in)
115 (:name |fill1| :type |UInt32| :direction :in)
116 (:name |key1| :type |UInt32| :direction :in))
117 :category "NV_present_video" :deprecated nil :version "1.2")))