Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_texture_multisample.lisp
blob241820d56e853c8a59813997f1775e0ad15c7b31
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_texture_multisample
7 (defconstant +texture-coverage-samples-nv+ #x9045)
8 (defconstant +texture-color-samples-nv+ #x9046)
9 (defconstant +texture-coverage-samples-nv+ #x9045)
10 (defconstant +texture-color-samples-nv+ #x9046)
11 (defglextfun "TextureImage3DMultisampleCoverageNV"
12 texture-image-3dmultisample-coverage-nv :return "void" :args
13 ((:name |texture| :type |UInt32| :direction :in)
14 (:name |target| :type |GLenum| :direction :in)
15 (:name |coverageSamples| :type |SizeI| :direction :in)
16 (:name |colorSamples| :type |SizeI| :direction :in)
17 (:name |internalFormat| :type |Int32| :direction :in)
18 (:name |width| :type |SizeI| :direction :in)
19 (:name |height| :type |SizeI| :direction :in)
20 (:name |depth| :type |SizeI| :direction :in)
21 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
22 :category "NV_texture_multisample" :deprecated nil :version "4.1")
23 (defglextfun "TextureImage2DMultisampleCoverageNV"
24 texture-image-2dmultisample-coverage-nv :return "void" :args
25 ((:name |texture| :type |UInt32| :direction :in)
26 (:name |target| :type |GLenum| :direction :in)
27 (:name |coverageSamples| :type |SizeI| :direction :in)
28 (:name |colorSamples| :type |SizeI| :direction :in)
29 (:name |internalFormat| :type |Int32| :direction :in)
30 (:name |width| :type |SizeI| :direction :in)
31 (:name |height| :type |SizeI| :direction :in)
32 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
33 :category "NV_texture_multisample" :deprecated nil :version "4.1")
34 (defglextfun "TextureImage3DMultisampleNV" texture-image-3dmultisample-nv
35 :return "void" :args
36 ((:name |texture| :type |UInt32| :direction :in)
37 (:name |target| :type |GLenum| :direction :in)
38 (:name |samples| :type |SizeI| :direction :in)
39 (:name |internalFormat| :type |Int32| :direction :in)
40 (:name |width| :type |SizeI| :direction :in)
41 (:name |height| :type |SizeI| :direction :in)
42 (:name |depth| :type |SizeI| :direction :in)
43 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
44 :category "NV_texture_multisample" :deprecated nil :version "4.1")
45 (defglextfun "TextureImage2DMultisampleNV" texture-image-2dmultisample-nv
46 :return "void" :args
47 ((:name |texture| :type |UInt32| :direction :in)
48 (:name |target| :type |GLenum| :direction :in)
49 (:name |samples| :type |SizeI| :direction :in)
50 (:name |internalFormat| :type |Int32| :direction :in)
51 (:name |width| :type |SizeI| :direction :in)
52 (:name |height| :type |SizeI| :direction :in)
53 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
54 :category "NV_texture_multisample" :deprecated nil :version "4.1")
55 (defglextfun "TexImage3DMultisampleCoverageNV"
56 tex-image-3dmultisample-coverage-nv :return "void" :args
57 ((:name |target| :type |GLenum| :direction :in)
58 (:name |coverageSamples| :type |SizeI| :direction :in)
59 (:name |colorSamples| :type |SizeI| :direction :in)
60 (:name |internalFormat| :type |Int32| :direction :in)
61 (:name |width| :type |SizeI| :direction :in)
62 (:name |height| :type |SizeI| :direction :in)
63 (:name |depth| :type |SizeI| :direction :in)
64 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
65 :category "NV_texture_multisample" :deprecated nil :version "4.1")
66 (defglextfun "TexImage2DMultisampleCoverageNV"
67 tex-image-2dmultisample-coverage-nv :return "void" :args
68 ((:name |target| :type |GLenum| :direction :in)
69 (:name |coverageSamples| :type |SizeI| :direction :in)
70 (:name |colorSamples| :type |SizeI| :direction :in)
71 (:name |internalFormat| :type |Int32| :direction :in)
72 (:name |width| :type |SizeI| :direction :in)
73 (:name |height| :type |SizeI| :direction :in)
74 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
75 :category "NV_texture_multisample" :deprecated nil :version "4.1")
76 (make-extension-loader |NV_texture_multisample|
77 (("TextureImage3DMultisampleCoverageNV"
78 texture-image-3dmultisample-coverage-nv :return "void" :args
79 ((:name |texture| :type |UInt32| :direction :in)
80 (:name |target| :type |GLenum| :direction :in)
81 (:name |coverageSamples| :type |SizeI| :direction :in)
82 (:name |colorSamples| :type |SizeI| :direction :in)
83 (:name |internalFormat| :type |Int32| :direction :in)
84 (:name |width| :type |SizeI| :direction :in)
85 (:name |height| :type |SizeI| :direction :in)
86 (:name |depth| :type |SizeI| :direction :in)
87 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
88 :category "NV_texture_multisample" :deprecated nil :version "4.1")
89 ("TextureImage2DMultisampleCoverageNV"
90 texture-image-2dmultisample-coverage-nv :return "void" :args
91 ((:name |texture| :type |UInt32| :direction :in)
92 (:name |target| :type |GLenum| :direction :in)
93 (:name |coverageSamples| :type |SizeI| :direction :in)
94 (:name |colorSamples| :type |SizeI| :direction :in)
95 (:name |internalFormat| :type |Int32| :direction :in)
96 (:name |width| :type |SizeI| :direction :in)
97 (:name |height| :type |SizeI| :direction :in)
98 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
99 :category "NV_texture_multisample" :deprecated nil :version "4.1")
100 ("TextureImage3DMultisampleNV" texture-image-3dmultisample-nv :return "void"
101 :args
102 ((:name |texture| :type |UInt32| :direction :in)
103 (:name |target| :type |GLenum| :direction :in)
104 (:name |samples| :type |SizeI| :direction :in)
105 (:name |internalFormat| :type |Int32| :direction :in)
106 (:name |width| :type |SizeI| :direction :in)
107 (:name |height| :type |SizeI| :direction :in)
108 (:name |depth| :type |SizeI| :direction :in)
109 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
110 :category "NV_texture_multisample" :deprecated nil :version "4.1")
111 ("TextureImage2DMultisampleNV" texture-image-2dmultisample-nv :return "void"
112 :args
113 ((:name |texture| :type |UInt32| :direction :in)
114 (:name |target| :type |GLenum| :direction :in)
115 (:name |samples| :type |SizeI| :direction :in)
116 (:name |internalFormat| :type |Int32| :direction :in)
117 (:name |width| :type |SizeI| :direction :in)
118 (:name |height| :type |SizeI| :direction :in)
119 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
120 :category "NV_texture_multisample" :deprecated nil :version "4.1")
121 ("TexImage3DMultisampleCoverageNV" tex-image-3dmultisample-coverage-nv
122 :return "void" :args
123 ((:name |target| :type |GLenum| :direction :in)
124 (:name |coverageSamples| :type |SizeI| :direction :in)
125 (:name |colorSamples| :type |SizeI| :direction :in)
126 (:name |internalFormat| :type |Int32| :direction :in)
127 (:name |width| :type |SizeI| :direction :in)
128 (:name |height| :type |SizeI| :direction :in)
129 (:name |depth| :type |SizeI| :direction :in)
130 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
131 :category "NV_texture_multisample" :deprecated nil :version "4.1")
132 ("TexImage2DMultisampleCoverageNV" tex-image-2dmultisample-coverage-nv
133 :return "void" :args
134 ((:name |target| :type |GLenum| :direction :in)
135 (:name |coverageSamples| :type |SizeI| :direction :in)
136 (:name |colorSamples| :type |SizeI| :direction :in)
137 (:name |internalFormat| :type |Int32| :direction :in)
138 (:name |width| :type |SizeI| :direction :in)
139 (:name |height| :type |SizeI| :direction :in)
140 (:name |fixedSampleLocations| :type |Boolean| :direction :in))
141 :category "NV_texture_multisample" :deprecated nil :version "4.1")))