Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-arb_vertex_attrib_64bit.lisp
bloba823d09b348b88c272d3bd1027ac36eaf446c9aa
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")