Tao.Cg SDK Documentation

CgGl.cgGLGetParameter2f Method

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

Overload List

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

public static void cgGLGetParameter2f(IntPtr,IntPtr);

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

public static void cgGLGetParameter2f(IntPtr,Single*);

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

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

See Also

CgGl Class | Tao.Cg Namespace