Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_vertex_attrib_64bit.lisp
blob7888e54e5122bc1fcfb482703ce80ddc3e76ef33
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 ;;;; ext_vertex_attrib_64bit
7 (defconstant +double-mat2-ext+ #x8F46)
8 (defconstant +double-mat3-ext+ #x8F47)
9 (defconstant +double-mat4-ext+ #x8F48)
10 (defconstant +double-mat2x3-ext+ #x8F49)
11 (defconstant +double-mat2x4-ext+ #x8F4A)
12 (defconstant +double-mat3x2-ext+ #x8F4B)
13 (defconstant +double-mat3x4-ext+ #x8F4C)
14 (defconstant +double-mat4x2-ext+ #x8F4D)
15 (defconstant +double-mat4x3-ext+ #x8F4E)
16 (defconstant +mali-shader-binary-arm+ #x8F60)
17 (defconstant +double-vec2-ext+ #x8FFC)
18 (defconstant +double-vec3-ext+ #x8FFD)
19 (defconstant +double-vec4-ext+ #x8FFE)
20 (defconstant +double-vec2-ext+ #x8FFC)
21 (defconstant +double-vec3-ext+ #x8FFD)
22 (defconstant +double-vec4-ext+ #x8FFE)
23 (defconstant +double-mat2-ext+ #x8F46)
24 (defconstant +double-mat3-ext+ #x8F47)
25 (defconstant +double-mat4-ext+ #x8F48)
26 (defconstant +double-mat2x3-ext+ #x8F49)
27 (defconstant +double-mat2x4-ext+ #x8F4A)
28 (defconstant +double-mat3x2-ext+ #x8F4B)
29 (defconstant +double-mat3x4-ext+ #x8F4C)
30 (defconstant +double-mat4x2-ext+ #x8F4D)
31 (defconstant +double-mat4x3-ext+ #x8F4E)
32 (defglextfun "VertexArrayVertexAttribLOffsetEXT"
33 vertex-array-vertex-attrib-loffset-ext :return "void" :args
34 ((:name |vaobj| :type |UInt32| :direction :in)
35 (:name |buffer| :type |UInt32| :direction :in)
36 (:name |index| :type |UInt32| :direction :in)
37 (:name |size| :type |Int32| :direction :in)
38 (:name |type| :type |GLenum| :direction :in)
39 (:name |stride| :type |SizeI| :direction :in)
40 (:name |offset| :type |BufferOffset| :direction :in))
41 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
42 (defglextfun "GetVertexAttribLdvEXT" get-vertex-attrib-l-dv-ext :return "void"
43 :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |pname| :type |GLenum| :direction :in)
46 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
47 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
48 (defglextfun "VertexAttribLPointerEXT" vertex-attrib-lpointer-ext :return
49 "void" :args
50 ((:name |index| :type |UInt32| :direction :in)
51 (:name |size| :type |Int32| :direction :in)
52 (:name |type| :type |GLenum| :direction :in)
53 (:name |stride| :type |SizeI| :direction :in)
54 (:name |pointer| :type |Void| :direction :in :array t :size size))
55 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
56 (defglextfun "VertexAttribL4dvEXT" vertex-attrib-l-4dv-ext :return "void" :args
57 ((:name |index| :type |UInt32| :direction :in)
58 (:name |v| :type |Float64| :direction :in :array t :size #x4))
59 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
60 (defglextfun "VertexAttribL3dvEXT" vertex-attrib-l-3dv-ext :return "void" :args
61 ((:name |index| :type |UInt32| :direction :in)
62 (:name |v| :type |Float64| :direction :in :array t :size #x3))
63 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
64 (defglextfun "VertexAttribL2dvEXT" vertex-attrib-l-2dv-ext :return "void" :args
65 ((:name |index| :type |UInt32| :direction :in)
66 (:name |v| :type |Float64| :direction :in :array t :size #x2))
67 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
68 (defglextfun "VertexAttribL1dvEXT" vertex-attrib-l-1dv-ext :return "void" :args
69 ((:name |index| :type |UInt32| :direction :in)
70 (:name |v| :type |Float64| :direction :in :array t :size #x1))
71 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
72 (defglextfun "VertexAttribL4dEXT" vertex-attrib-l-4d-ext :return "void" :args
73 ((:name |index| :type |UInt32| :direction :in)
74 (:name |x| :type |Float64| :direction :in)
75 (:name |y| :type |Float64| :direction :in)
76 (:name |z| :type |Float64| :direction :in)
77 (:name |w| :type |Float64| :direction :in))
78 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
79 (defglextfun "VertexAttribL3dEXT" vertex-attrib-l-3d-ext :return "void" :args
80 ((:name |index| :type |UInt32| :direction :in)
81 (:name |x| :type |Float64| :direction :in)
82 (:name |y| :type |Float64| :direction :in)
83 (:name |z| :type |Float64| :direction :in))
84 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
85 (defglextfun "VertexAttribL2dEXT" vertex-attrib-l-2d-ext :return "void" :args
86 ((:name |index| :type |UInt32| :direction :in)
87 (:name |x| :type |Float64| :direction :in)
88 (:name |y| :type |Float64| :direction :in))
89 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
90 (defglextfun "VertexAttribL1dEXT" vertex-attrib-l-1d-ext :return "void" :args
91 ((:name |index| :type |UInt32| :direction :in)
92 (:name |x| :type |Float64| :direction :in))
93 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
94 (make-extension-loader |EXT_vertex_attrib_64bit|
95 (("VertexArrayVertexAttribLOffsetEXT" vertex-array-vertex-attrib-loffset-ext
96 :return "void" :args
97 ((:name |vaobj| :type |UInt32| :direction :in)
98 (:name |buffer| :type |UInt32| :direction :in)
99 (:name |index| :type |UInt32| :direction :in)
100 (:name |size| :type |Int32| :direction :in)
101 (:name |type| :type |GLenum| :direction :in)
102 (:name |stride| :type |SizeI| :direction :in)
103 (:name |offset| :type |BufferOffset| :direction :in))
104 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
105 ("GetVertexAttribLdvEXT" get-vertex-attrib-l-dv-ext :return "void" :args
106 ((:name |index| :type |UInt32| :direction :in)
107 (:name |pname| :type |GLenum| :direction :in)
108 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
109 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
110 ("VertexAttribLPointerEXT" vertex-attrib-lpointer-ext :return "void" :args
111 ((:name |index| :type |UInt32| :direction :in)
112 (:name |size| :type |Int32| :direction :in)
113 (:name |type| :type |GLenum| :direction :in)
114 (:name |stride| :type |SizeI| :direction :in)
115 (:name |pointer| :type |Void| :direction :in :array t :size size))
116 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
117 ("VertexAttribL4dvEXT" vertex-attrib-l-4dv-ext :return "void" :args
118 ((:name |index| :type |UInt32| :direction :in)
119 (:name |v| :type |Float64| :direction :in :array t :size #x4))
120 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
121 ("VertexAttribL3dvEXT" vertex-attrib-l-3dv-ext :return "void" :args
122 ((:name |index| :type |UInt32| :direction :in)
123 (:name |v| :type |Float64| :direction :in :array t :size #x3))
124 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
125 ("VertexAttribL2dvEXT" vertex-attrib-l-2dv-ext :return "void" :args
126 ((:name |index| :type |UInt32| :direction :in)
127 (:name |v| :type |Float64| :direction :in :array t :size #x2))
128 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
129 ("VertexAttribL1dvEXT" vertex-attrib-l-1dv-ext :return "void" :args
130 ((:name |index| :type |UInt32| :direction :in)
131 (:name |v| :type |Float64| :direction :in :array t :size #x1))
132 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
133 ("VertexAttribL4dEXT" vertex-attrib-l-4d-ext :return "void" :args
134 ((:name |index| :type |UInt32| :direction :in)
135 (:name |x| :type |Float64| :direction :in)
136 (:name |y| :type |Float64| :direction :in)
137 (:name |z| :type |Float64| :direction :in)
138 (:name |w| :type |Float64| :direction :in))
139 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
140 ("VertexAttribL3dEXT" vertex-attrib-l-3d-ext :return "void" :args
141 ((:name |index| :type |UInt32| :direction :in)
142 (:name |x| :type |Float64| :direction :in)
143 (:name |y| :type |Float64| :direction :in)
144 (:name |z| :type |Float64| :direction :in))
145 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
146 ("VertexAttribL2dEXT" vertex-attrib-l-2d-ext :return "void" :args
147 ((:name |index| :type |UInt32| :direction :in)
148 (:name |x| :type |Float64| :direction :in)
149 (:name |y| :type |Float64| :direction :in))
150 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")
151 ("VertexAttribL1dEXT" vertex-attrib-l-1d-ext :return "void" :args
152 ((:name |index| :type |UInt32| :direction :in)
153 (:name |x| :type |Float64| :direction :in))
154 :category "EXT_vertex_attrib_64bit" :deprecated nil :version "4.1")))