Removed some (TMS)
[cl-glfw/jecs.git] / lib / opengl-nv_register_combiners.lisp
blob60e28791229b5f113c1159ca3a3f0badbd81e821
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 ;;;; nv_register_combiners
7 (defconstant +register-combiners-nv+ #x8522)
8 (defconstant +variable-a-nv+ #x8523)
9 (defconstant +variable-b-nv+ #x8524)
10 (defconstant +variable-c-nv+ #x8525)
11 (defconstant +variable-d-nv+ #x8526)
12 (defconstant +variable-e-nv+ #x8527)
13 (defconstant +variable-f-nv+ #x8528)
14 (defconstant +variable-g-nv+ #x8529)
15 (defconstant +constant-color0-nv+ #x852A)
16 (defconstant +constant-color1-nv+ #x852B)
17 (defconstant +primary-color-nv+ #x852C)
18 (defconstant +secondary-color-nv+ #x852D)
19 (defconstant +spare0-nv+ #x852E)
20 (defconstant +spare1-nv+ #x852F)
21 (defconstant +discard-nv+ #x8530)
22 (defconstant +e-times-f-nv+ #x8531)
23 (defconstant +spare0-plus-secondary-color-nv+ #x8532)
24 (defconstant +unsigned-identity-nv+ #x8536)
25 (defconstant +unsigned-invert-nv+ #x8537)
26 (defconstant +expand-normal-nv+ #x8538)
27 (defconstant +expand-negate-nv+ #x8539)
28 (defconstant +half-bias-normal-nv+ #x853A)
29 (defconstant +half-bias-negate-nv+ #x853B)
30 (defconstant +signed-identity-nv+ #x853C)
31 (defconstant +signed-negate-nv+ #x853D)
32 (defconstant +scale-by-two-nv+ #x853E)
33 (defconstant +scale-by-four-nv+ #x853F)
34 (defconstant +scale-by-one-half-nv+ #x8540)
35 (defconstant +bias-by-negative-one-half-nv+ #x8541)
36 (defconstant +combiner-input-nv+ #x8542)
37 (defconstant +combiner-mapping-nv+ #x8543)
38 (defconstant +combiner-component-usage-nv+ #x8544)
39 (defconstant +combiner-ab-dot-product-nv+ #x8545)
40 (defconstant +combiner-cd-dot-product-nv+ #x8546)
41 (defconstant +combiner-mux-sum-nv+ #x8547)
42 (defconstant +combiner-scale-nv+ #x8548)
43 (defconstant +combiner-bias-nv+ #x8549)
44 (defconstant +combiner-ab-output-nv+ #x854A)
45 (defconstant +combiner-cd-output-nv+ #x854B)
46 (defconstant +combiner-sum-output-nv+ #x854C)
47 (defconstant +max-general-combiners-nv+ #x854D)
48 (defconstant +num-general-combiners-nv+ #x854E)
49 (defconstant +color-sum-clamp-nv+ #x854F)
50 (defconstant +combiner0-nv+ #x8550)
51 (defconstant +combiner1-nv+ #x8551)
52 (defconstant +combiner2-nv+ #x8552)
53 (defconstant +combiner3-nv+ #x8553)
54 (defconstant +combiner4-nv+ #x8554)
55 (defconstant +combiner5-nv+ #x8555)
56 (defconstant +combiner6-nv+ #x8556)
57 (defconstant +combiner7-nv+ #x8557)
58 (defconstant +texture0-arb+ #x84C0)
59 (defconstant +texture1-arb+ #x84C1)
60 (defglextfun "GetFinalCombinerInputParameterivNV"
61 get-final-combiner-input-parameter-iv-nv :return "void" :args
62 ((:name |variable| :type |CombinerVariableNV| :direction :in)
63 (:name |pname| :type |CombinerParameterNV| :direction :in)
64 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
65 :category "NV_register_combiners" :version "1.1")
66 (defglextfun "GetFinalCombinerInputParameterfvNV"
67 get-final-combiner-input-parameter-fv-nv :return "void" :args
68 ((:name |variable| :type |CombinerVariableNV| :direction :in)
69 (:name |pname| :type |CombinerParameterNV| :direction :in)
70 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
71 :category "NV_register_combiners" :version "1.1")
72 (defglextfun "GetCombinerOutputParameterivNV"
73 get-combiner-output-parameter-iv-nv :return "void" :args
74 ((:name |stage| :type |CombinerStageNV| :direction :in)
75 (:name |portion| :type |CombinerPortionNV| :direction :in)
76 (:name |pname| :type |CombinerParameterNV| :direction :in)
77 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
78 :category "NV_register_combiners" :version "1.1")
79 (defglextfun "GetCombinerOutputParameterfvNV"
80 get-combiner-output-parameter-fv-nv :return "void" :args
81 ((:name |stage| :type |CombinerStageNV| :direction :in)
82 (:name |portion| :type |CombinerPortionNV| :direction :in)
83 (:name |pname| :type |CombinerParameterNV| :direction :in)
84 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
85 :category "NV_register_combiners" :version "1.1")
86 (defglextfun "GetCombinerInputParameterivNV" get-combiner-input-parameter-iv-nv
87 :return "void" :args
88 ((:name |stage| :type |CombinerStageNV| :direction :in)
89 (:name |portion| :type |CombinerPortionNV| :direction :in)
90 (:name |variable| :type |CombinerVariableNV| :direction :in)
91 (:name |pname| :type |CombinerParameterNV| :direction :in)
92 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
93 :category "NV_register_combiners" :version "1.1")
94 (defglextfun "GetCombinerInputParameterfvNV" get-combiner-input-parameter-fv-nv
95 :return "void" :args
96 ((:name |stage| :type |CombinerStageNV| :direction :in)
97 (:name |portion| :type |CombinerPortionNV| :direction :in)
98 (:name |variable| :type |CombinerVariableNV| :direction :in)
99 (:name |pname| :type |CombinerParameterNV| :direction :in)
100 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
101 :category "NV_register_combiners" :version "1.1")
102 (defglextfun "FinalCombinerInputNV" final-combiner-input-nv :return "void"
103 :args
104 ((:name |variable| :type |CombinerVariableNV| :direction :in)
105 (:name |input| :type |CombinerRegisterNV| :direction :in)
106 (:name |mapping| :type |CombinerMappingNV| :direction :in)
107 (:name |componentUsage| :type |CombinerComponentUsageNV| :direction :in))
108 :category "NV_register_combiners" :version "1.1")
109 (defglextfun "CombinerOutputNV" combiner-output-nv :return "void" :args
110 ((:name |stage| :type |CombinerStageNV| :direction :in)
111 (:name |portion| :type |CombinerPortionNV| :direction :in)
112 (:name |abOutput| :type |CombinerRegisterNV| :direction :in)
113 (:name |cdOutput| :type |CombinerRegisterNV| :direction :in)
114 (:name |sumOutput| :type |CombinerRegisterNV| :direction :in)
115 (:name |scale| :type |CombinerScaleNV| :direction :in)
116 (:name |bias| :type |CombinerBiasNV| :direction :in)
117 (:name |abDotProduct| :type |Boolean| :direction :in)
118 (:name |cdDotProduct| :type |Boolean| :direction :in)
119 (:name |muxSum| :type |Boolean| :direction :in))
120 :category "NV_register_combiners" :version "1.1")
121 (defglextfun "CombinerInputNV" combiner-input-nv :return "void" :args
122 ((:name |stage| :type |CombinerStageNV| :direction :in)
123 (:name |portion| :type |CombinerPortionNV| :direction :in)
124 (:name |variable| :type |CombinerVariableNV| :direction :in)
125 (:name |input| :type |CombinerRegisterNV| :direction :in)
126 (:name |mapping| :type |CombinerMappingNV| :direction :in)
127 (:name |componentUsage| :type |CombinerComponentUsageNV| :direction :in))
128 :category "NV_register_combiners" :version "1.1")
129 (defglextfun "CombinerParameteriNV" combiner-parameter-i-nv :return "void"
130 :args
131 ((:name |pname| :type |CombinerParameterNV| :direction :in)
132 (:name |param| :type |Int32| :direction :in))
133 :category "NV_register_combiners" :version "1.1")
134 (defglextfun "CombinerParameterivNV" combiner-parameter-iv-nv :return "void"
135 :args
136 ((:name |pname| :type |CombinerParameterNV| :direction :in)
137 (:name |params| :type |CheckedInt32| :direction :in :array t :size
138 (|pname|)))
139 :category "NV_register_combiners" :version "1.1")
140 (defglextfun "CombinerParameterfNV" combiner-parameter-f-nv :return "void"
141 :args
142 ((:name |pname| :type |CombinerParameterNV| :direction :in)
143 (:name |param| :type |Float32| :direction :in))
144 :category "NV_register_combiners" :version "1.1")
145 (defglextfun "CombinerParameterfvNV" combiner-parameter-fv-nv :return "void"
146 :args
147 ((:name |pname| :type |CombinerParameterNV| :direction :in)
148 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
149 (|pname|)))
150 :category "NV_register_combiners" :version "1.1")