@@ -207,9 +207,9 @@ glCombinerInputNV
207
207
:: MonadIO m
208
208
=> GLenum -- ^ @stage@ of type @CombinerStageNV@.
209
209
-> GLenum -- ^ @portion@ of type @CombinerPortionNV@.
210
- -> GLenum -- ^ @variable@ of type @ CombinerVariableNV@ .
211
- -> GLenum -- ^ @input@ of type @ CombinerRegisterNV@ .
212
- -> GLenum -- ^ @mapping@ of type @ CombinerMappingNV@ .
210
+ -> GLenum -- ^ @variable@ of type [ CombinerVariableNV](Graphics-GL-Groups.html#CombinerVariableNV) .
211
+ -> GLenum -- ^ @input@ of type [ CombinerRegisterNV](Graphics-GL-Groups.html#CombinerRegisterNV) .
212
+ -> GLenum -- ^ @mapping@ of type [ CombinerMappingNV](Graphics-GL-Groups.html#CombinerMappingNV) .
213
213
-> GLenum -- ^ @componentUsage@ of type @CombinerComponentUsageNV@.
214
214
-> m ()
215
215
glCombinerInputNV v1 v2 v3 v4 v5 v6 = liftIO $ dyn138 ptr_glCombinerInputNV v1 v2 v3 v4 v5 v6
@@ -224,11 +224,11 @@ glCombinerOutputNV
224
224
:: MonadIO m
225
225
=> GLenum -- ^ @stage@ of type @CombinerStageNV@.
226
226
-> GLenum -- ^ @portion@ of type @CombinerPortionNV@.
227
- -> GLenum -- ^ @abOutput@ of type @ CombinerRegisterNV@ .
228
- -> GLenum -- ^ @cdOutput@ of type @ CombinerRegisterNV@ .
229
- -> GLenum -- ^ @sumOutput@ of type @ CombinerRegisterNV@ .
230
- -> GLenum -- ^ @scale@ of type @ CombinerScaleNV@ .
231
- -> GLenum -- ^ @bias@ of type @ CombinerBiasNV@ .
227
+ -> GLenum -- ^ @abOutput@ of type [ CombinerRegisterNV](Graphics-GL-Groups.html#CombinerRegisterNV) .
228
+ -> GLenum -- ^ @cdOutput@ of type [ CombinerRegisterNV](Graphics-GL-Groups.html#CombinerRegisterNV) .
229
+ -> GLenum -- ^ @sumOutput@ of type [ CombinerRegisterNV](Graphics-GL-Groups.html#CombinerRegisterNV) .
230
+ -> GLenum -- ^ @scale@ of type [ CombinerScaleNV](Graphics-GL-Groups.html#CombinerScaleNV) .
231
+ -> GLenum -- ^ @bias@ of type [ CombinerBiasNV](Graphics-GL-Groups.html#CombinerBiasNV) .
232
232
-> GLboolean -- ^ @abDotProduct@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
233
233
-> GLboolean -- ^ @cdDotProduct@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
234
234
-> GLboolean -- ^ @muxSum@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
@@ -243,7 +243,7 @@ ptr_glCombinerOutputNV = unsafePerformIO $ getCommand "glCombinerOutputNV"
243
243
244
244
glCombinerParameterfNV
245
245
:: MonadIO m
246
- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
246
+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
247
247
-> GLfloat -- ^ @param@.
248
248
-> m ()
249
249
glCombinerParameterfNV v1 v2 = liftIO $ dyn0 ptr_glCombinerParameterfNV v1 v2
@@ -256,7 +256,7 @@ ptr_glCombinerParameterfNV = unsafePerformIO $ getCommand "glCombinerParameterfN
256
256
257
257
glCombinerParameterfvNV
258
258
:: MonadIO m
259
- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
259
+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
260
260
-> Ptr GLfloat -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedFloat32@.
261
261
-> m ()
262
262
glCombinerParameterfvNV v1 v2 = liftIO $ dyn98 ptr_glCombinerParameterfvNV v1 v2
@@ -269,7 +269,7 @@ ptr_glCombinerParameterfvNV = unsafePerformIO $ getCommand "glCombinerParameterf
269
269
270
270
glCombinerParameteriNV
271
271
:: MonadIO m
272
- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
272
+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
273
273
-> GLint -- ^ @param@.
274
274
-> m ()
275
275
glCombinerParameteriNV v1 v2 = liftIO $ dyn56 ptr_glCombinerParameteriNV v1 v2
@@ -282,7 +282,7 @@ ptr_glCombinerParameteriNV = unsafePerformIO $ getCommand "glCombinerParameteriN
282
282
283
283
glCombinerParameterivNV
284
284
:: MonadIO m
285
- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
285
+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
286
286
-> Ptr GLint -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedInt32@.
287
287
-> m ()
288
288
glCombinerParameterivNV v1 v2 = liftIO $ dyn140 ptr_glCombinerParameterivNV v1 v2
@@ -296,7 +296,7 @@ ptr_glCombinerParameterivNV = unsafePerformIO $ getCommand "glCombinerParameteri
296
296
glCombinerStageParameterfvNV
297
297
:: MonadIO m
298
298
=> GLenum -- ^ @stage@ of type @CombinerStageNV@.
299
- -> GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
299
+ -> GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
300
300
-> Ptr GLfloat -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedFloat32@.
301
301
-> m ()
302
302
glCombinerStageParameterfvNV v1 v2 v3 = liftIO $ dyn136 ptr_glCombinerStageParameterfvNV v1 v2 v3
0 commit comments