Tao.Cg SDK Documentation

CgGl.cgGLGetParameter3f 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 cgGLGetParameter3f(IntPtr,IntPtr);

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

public static void cgGLGetParameter3f(IntPtr,Single*);

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

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

See Also

CgGl Class | Tao.Cg Namespace