Tao.Cg SDK Documentation

CgGl.cgGLGetParameter1d Method

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

Overload List

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

public static void cgGLGetParameter1d(IntPtr,Double*);

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

public static void cgGLGetParameter1d(IntPtr,double[]);

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

public static void cgGLGetParameter1d(IntPtr,IntPtr);

See Also

CgGl Class | Tao.Cg Namespace