Tao.Cg SDK Documentation

CgGl.cgGLSetParameter1f Method 

Sets the float values to the specified parameter. Use cgGetNamedParameter to obtain the valid pointer to param.

[Visual Basic]
Public Shared Sub cgGLSetParameter1f( _
   ByVal param As IntPtr, _
   ByVal x As Single _
)
[C#]
public static void cgGLSetParameter1f(
   IntPtr param,
   float x
);

See Also

CgGl Class | Tao.Cg Namespace