@@ -207,9 +207,9 @@ glCombinerInputNV
207207 :: MonadIO m
208208 => GLenum -- ^ @stage@ of type @CombinerStageNV@.
209209 -> 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) .
213213 -> GLenum -- ^ @componentUsage@ of type @CombinerComponentUsageNV@.
214214 -> m ()
215215glCombinerInputNV v1 v2 v3 v4 v5 v6 = liftIO $ dyn138 ptr_glCombinerInputNV v1 v2 v3 v4 v5 v6
@@ -224,11 +224,11 @@ glCombinerOutputNV
224224 :: MonadIO m
225225 => GLenum -- ^ @stage@ of type @CombinerStageNV@.
226226 -> 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) .
232232 -> GLboolean -- ^ @abDotProduct@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
233233 -> GLboolean -- ^ @cdDotProduct@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
234234 -> GLboolean -- ^ @muxSum@ of type [Boolean](Graphics-GL-Groups.html#Boolean).
@@ -243,7 +243,7 @@ ptr_glCombinerOutputNV = unsafePerformIO $ getCommand "glCombinerOutputNV"
243243
244244glCombinerParameterfNV
245245 :: MonadIO m
246- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
246+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
247247 -> GLfloat -- ^ @param@.
248248 -> m ()
249249glCombinerParameterfNV v1 v2 = liftIO $ dyn0 ptr_glCombinerParameterfNV v1 v2
@@ -256,7 +256,7 @@ ptr_glCombinerParameterfNV = unsafePerformIO $ getCommand "glCombinerParameterfN
256256
257257glCombinerParameterfvNV
258258 :: MonadIO m
259- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
259+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
260260 -> Ptr GLfloat -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedFloat32@.
261261 -> m ()
262262glCombinerParameterfvNV v1 v2 = liftIO $ dyn98 ptr_glCombinerParameterfvNV v1 v2
@@ -269,7 +269,7 @@ ptr_glCombinerParameterfvNV = unsafePerformIO $ getCommand "glCombinerParameterf
269269
270270glCombinerParameteriNV
271271 :: MonadIO m
272- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
272+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
273273 -> GLint -- ^ @param@.
274274 -> m ()
275275glCombinerParameteriNV v1 v2 = liftIO $ dyn56 ptr_glCombinerParameteriNV v1 v2
@@ -282,7 +282,7 @@ ptr_glCombinerParameteriNV = unsafePerformIO $ getCommand "glCombinerParameteriN
282282
283283glCombinerParameterivNV
284284 :: MonadIO m
285- => GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
285+ => GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
286286 -> Ptr GLint -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedInt32@.
287287 -> m ()
288288glCombinerParameterivNV v1 v2 = liftIO $ dyn140 ptr_glCombinerParameterivNV v1 v2
@@ -296,7 +296,7 @@ ptr_glCombinerParameterivNV = unsafePerformIO $ getCommand "glCombinerParameteri
296296glCombinerStageParameterfvNV
297297 :: MonadIO m
298298 => GLenum -- ^ @stage@ of type @CombinerStageNV@.
299- -> GLenum -- ^ @pname@ of type @ CombinerParameterNV@ .
299+ -> GLenum -- ^ @pname@ of type [ CombinerParameterNV](Graphics-GL-Groups.html#CombinerParameterNV) .
300300 -> Ptr GLfloat -- ^ @params@ pointing to @COMPSIZE(pname)@ elements of type @CheckedFloat32@.
301301 -> m ()
302302glCombinerStageParameterfvNV v1 v2 v3 = liftIO $ dyn136 ptr_glCombinerStageParameterfvNV v1 v2 v3
0 commit comments