Tao.Cg SDK Documentation

CgGl.cgGLSetParameter1fv Method

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

Overload List

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

public static void cgGLSetParameter1fv(IntPtr,IntPtr);

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

public static void cgGLSetParameter1fv(IntPtr,Single*);

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

public static void cgGLSetParameter1fv(IntPtr,float[]);

See Also

CgGl Class | Tao.Cg Namespace