ee64286835b8bd46a08553108429076d58c6bf5d
[cl-glfw.git] / lib / opengl-apple_vertex_program_evaluators.lisp
blobee64286835b8bd46a08553108429076d58c6bf5d
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 ;;;; apple_vertex_program_evaluators
7 (defconstant +vertex-attrib-map1-apple+ #x8A00)
8 (defconstant +vertex-attrib-map2-apple+ #x8A01)
9 (defconstant +vertex-attrib-map1-size-apple+ #x8A02)
10 (defconstant +vertex-attrib-map1-coeff-apple+ #x8A03)
11 (defconstant +vertex-attrib-map1-order-apple+ #x8A04)
12 (defconstant +vertex-attrib-map1-domain-apple+ #x8A05)
13 (defconstant +vertex-attrib-map2-size-apple+ #x8A06)
14 (defconstant +vertex-attrib-map2-coeff-apple+ #x8A07)
15 (defconstant +vertex-attrib-map2-order-apple+ #x8A08)
16 (defconstant +vertex-attrib-map2-domain-apple+ #x8A09)
17 (defconstant +vertex-attrib-map1-apple+ #x8A00)
18 (defconstant +vertex-attrib-map2-apple+ #x8A01)
19 (defconstant +vertex-attrib-map1-size-apple+ #x8A02)
20 (defconstant +vertex-attrib-map1-coeff-apple+ #x8A03)
21 (defconstant +vertex-attrib-map1-order-apple+ #x8A04)
22 (defconstant +vertex-attrib-map1-domain-apple+ #x8A05)
23 (defconstant +vertex-attrib-map2-size-apple+ #x8A06)
24 (defconstant +vertex-attrib-map2-coeff-apple+ #x8A07)
25 (defconstant +vertex-attrib-map2-order-apple+ #x8A08)
26 (defconstant +vertex-attrib-map2-domain-apple+ #x8A09)
27 (defglextfun "MapVertexAttrib2fAPPLE" map-vertex-attrib-2f-apple :return "void"
28 :args
29 ((:name |index| :type |UInt32| :direction :in)
30 (:name |size| :type |UInt32| :direction :in)
31 (:name |u1| :type |CoordF| :direction :in)
32 (:name |u2| :type |CoordF| :direction :in)
33 (:name |ustride| :type |Int32| :direction :in)
34 (:name |uorder| :type |CheckedInt32| :direction :in)
35 (:name |v1| :type |CoordF| :direction :in)
36 (:name |v2| :type |CoordF| :direction :in)
37 (:name |vstride| :type |Int32| :direction :in)
38 (:name |vorder| :type |CheckedInt32| :direction :in)
39 (:name |points| :type |CoordF| :direction :in :array t :size
40 (|size| |ustride| |uorder| |vstride| |vorder|)))
41 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
42 (defglextfun "MapVertexAttrib2dAPPLE" map-vertex-attrib-2d-apple :return "void"
43 :args
44 ((:name |index| :type |UInt32| :direction :in)
45 (:name |size| :type |UInt32| :direction :in)
46 (:name |u1| :type |CoordD| :direction :in)
47 (:name |u2| :type |CoordD| :direction :in)
48 (:name |ustride| :type |Int32| :direction :in)
49 (:name |uorder| :type |CheckedInt32| :direction :in)
50 (:name |v1| :type |CoordD| :direction :in)
51 (:name |v2| :type |CoordD| :direction :in)
52 (:name |vstride| :type |Int32| :direction :in)
53 (:name |vorder| :type |CheckedInt32| :direction :in)
54 (:name |points| :type |CoordD| :direction :in :array t :size
55 (|size| |ustride| |uorder| |vstride| |vorder|)))
56 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
57 (defglextfun "MapVertexAttrib1fAPPLE" map-vertex-attrib-1f-apple :return "void"
58 :args
59 ((:name |index| :type |UInt32| :direction :in)
60 (:name |size| :type |UInt32| :direction :in)
61 (:name |u1| :type |CoordF| :direction :in)
62 (:name |u2| :type |CoordF| :direction :in)
63 (:name |stride| :type |Int32| :direction :in)
64 (:name |order| :type |CheckedInt32| :direction :in)
65 (:name |points| :type |CoordF| :direction :in :array t :size
66 (|size| |stride| |order|)))
67 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
68 (defglextfun "MapVertexAttrib1dAPPLE" map-vertex-attrib-1d-apple :return "void"
69 :args
70 ((:name |index| :type |UInt32| :direction :in)
71 (:name |size| :type |UInt32| :direction :in)
72 (:name |u1| :type |CoordD| :direction :in)
73 (:name |u2| :type |CoordD| :direction :in)
74 (:name |stride| :type |Int32| :direction :in)
75 (:name |order| :type |CheckedInt32| :direction :in)
76 (:name |points| :type |CoordD| :direction :in :array t :size
77 (|size| |stride| |order|)))
78 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
79 (defglextfun "IsVertexAttribEnabledAPPLE" is-vertex-attrib-enabled-apple
80 :return "Boolean" :args
81 ((:name |index| :type |UInt32| :direction :in)
82 (:name |pname| :type |GLenum| :direction :in))
83 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
84 (defglextfun "DisableVertexAttribAPPLE" disable-vertex-attrib-apple :return
85 "void" :args
86 ((:name |index| :type |UInt32| :direction :in)
87 (:name |pname| :type |GLenum| :direction :in))
88 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")
89 (defglextfun "EnableVertexAttribAPPLE" enable-vertex-attrib-apple :return
90 "void" :args
91 ((:name |index| :type |UInt32| :direction :in)
92 (:name |pname| :type |GLenum| :direction :in))
93 :category "APPLE_vertex_program_evaluators" :deprecated nil :version "1.5")