Tao.Cg SDK Documentation

CgGl.cgGLGetParameter1f Method

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

Overload List

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

public static void cgGLGetParameter1f(IntPtr,IntPtr);

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

public static void cgGLGetParameter1f(IntPtr,Single*);

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

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

See Also

CgGl Class | Tao.Cg Namespace