e3c4f42107c7d800169244f59c395bcd5382dd15
[cl-glfw.git] / lib / opengl-arb_vertex_attrib_64bit.lisp
blobe3c4f42107c7d800169244f59c395bcd5382dd15
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 ;;;; arb_vertex_attrib_64bit
7 (defconstant +double-vec2+ #x8FFC)
8 (defconstant +double-vec3+ #x8FFD)
9 (defconstant +double-vec4+ #x8FFE)
10 (defconstant +double-mat2+ #x8F46)
11 (defconstant +double-mat3+ #x8F47)
12 (defconstant +double-mat4+ #x8F48)
13 (defconstant +double-mat2x3+ #x8F49)
14 (defconstant +double-mat2x4+ #x8F4A)
15 (defconstant +double-mat3x2+ #x8F4B)
16 (defconstant +double-mat3x4+ #x8F4C)
17 (defconstant +double-mat4x2+ #x8F4D)
18 (defconstant +double-mat4x3+ #x8F4E)
19 (defglextfun "GetVertexAttribLdv" get-vertex-attrib-l-dv :return "void" :args
20 ((:name |index| :type |UInt32| :direction :in)
21 (:name |pname| :type |GLenum| :direction :in)
22 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
23 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
24 (defglextfun "VertexAttribLPointer" vertex-attrib-lpointer :return "void" :args
25 ((:name |index| :type |UInt32| :direction :in)
26 (:name |size| :type |Int32| :direction :in)
27 (:name |type| :type |GLenum| :direction :in)
28 (:name |stride| :type |SizeI| :direction :in)
29 (:name |pointer| :type |Void| :direction :in :array t :size size))
30 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
31 (defglextfun "VertexAttribL4dv" vertex-attrib-l-4dv :return "void" :args
32 ((:name |index| :type |UInt32| :direction :in)
33 (:name |v| :type |Float64| :direction :in :array t :size #x4))
34 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
35 (defglextfun "VertexAttribL3dv" vertex-attrib-l-3dv :return "void" :args
36 ((:name |index| :type |UInt32| :direction :in)
37 (:name |v| :type |Float64| :direction :in :array t :size #x3))
38 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
39 (defglextfun "VertexAttribL2dv" vertex-attrib-l-2dv :return "void" :args
40 ((:name |index| :type |UInt32| :direction :in)
41 (:name |v| :type |Float64| :direction :in :array t :size #x2))
42 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
43 (defglextfun "VertexAttribL1dv" vertex-attrib-l-1dv :return "void" :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |v| :type |Float64| :direction :in :array t :size #x1))
46 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
47 (defglextfun "VertexAttribL4d" vertex-attrib-l-4d :return "void" :args
48 ((:name |index| :type |UInt32| :direction :in)
49 (:name |x| :type |Float64| :direction :in)
50 (:name |y| :type |Float64| :direction :in)
51 (:name |z| :type |Float64| :direction :in)
52 (:name |w| :type |Float64| :direction :in))
53 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
54 (defglextfun "VertexAttribL3d" vertex-attrib-l-3d :return "void" :args
55 ((:name |index| :type |UInt32| :direction :in)
56 (:name |x| :type |Float64| :direction :in)
57 (:name |y| :type |Float64| :direction :in)
58 (:name |z| :type |Float64| :direction :in))
59 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
60 (defglextfun "VertexAttribL2d" vertex-attrib-l-2d :return "void" :args
61 ((:name |index| :type |UInt32| :direction :in)
62 (:name |x| :type |Float64| :direction :in)
63 (:name |y| :type |Float64| :direction :in))
64 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
65 (defglextfun "VertexAttribL1d" vertex-attrib-l-1d :return "void" :args
66 ((:name |index| :type |UInt32| :direction :in)
67 (:name |x| :type |Float64| :direction :in))
68 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
69 (make-extension-loader |ARB_vertex_attrib_64bit|
70 (("GetVertexAttribLdv" get-vertex-attrib-l-dv :return "void" :args
71 ((:name |index| :type |UInt32| :direction :in)
72 (:name |pname| :type |GLenum| :direction :in)
73 (:name |params| :type |Float64| :direction :out :array t :size (|pname|)))
74 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
75 ("VertexAttribLPointer" vertex-attrib-lpointer :return "void" :args
76 ((:name |index| :type |UInt32| :direction :in)
77 (:name |size| :type |Int32| :direction :in)
78 (:name |type| :type |GLenum| :direction :in)
79 (:name |stride| :type |SizeI| :direction :in)
80 (:name |pointer| :type |Void| :direction :in :array t :size size))
81 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
82 ("VertexAttribL4dv" vertex-attrib-l-4dv :return "void" :args
83 ((:name |index| :type |UInt32| :direction :in)
84 (:name |v| :type |Float64| :direction :in :array t :size #x4))
85 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
86 ("VertexAttribL3dv" vertex-attrib-l-3dv :return "void" :args
87 ((:name |index| :type |UInt32| :direction :in)
88 (:name |v| :type |Float64| :direction :in :array t :size #x3))
89 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
90 ("VertexAttribL2dv" vertex-attrib-l-2dv :return "void" :args
91 ((:name |index| :type |UInt32| :direction :in)
92 (:name |v| :type |Float64| :direction :in :array t :size #x2))
93 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
94 ("VertexAttribL1dv" vertex-attrib-l-1dv :return "void" :args
95 ((:name |index| :type |UInt32| :direction :in)
96 (:name |v| :type |Float64| :direction :in :array t :size #x1))
97 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
98 ("VertexAttribL4d" vertex-attrib-l-4d :return "void" :args
99 ((:name |index| :type |UInt32| :direction :in)
100 (:name |x| :type |Float64| :direction :in)
101 (:name |y| :type |Float64| :direction :in)
102 (:name |z| :type |Float64| :direction :in)
103 (:name |w| :type |Float64| :direction :in))
104 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
105 ("VertexAttribL3d" vertex-attrib-l-3d :return "void" :args
106 ((:name |index| :type |UInt32| :direction :in)
107 (:name |x| :type |Float64| :direction :in)
108 (:name |y| :type |Float64| :direction :in)
109 (:name |z| :type |Float64| :direction :in))
110 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
111 ("VertexAttribL2d" vertex-attrib-l-2d :return "void" :args
112 ((:name |index| :type |UInt32| :direction :in)
113 (:name |x| :type |Float64| :direction :in)
114 (:name |y| :type |Float64| :direction :in))
115 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")
116 ("VertexAttribL1d" vertex-attrib-l-1d :return "void" :args
117 ((:name |index| :type |UInt32| :direction :in)
118 (:name |x| :type |Float64| :direction :in))
119 :category "ARB_vertex_attrib_64bit" :deprecated nil :version "4.1")))