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