Cg.CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR Field
Connecting the parameters failed because The type of the source parameter is not defined within the given program or does not match the type with the same name in the program.
[Visual Basic]
Public Const CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR As
Integer = 39
[C#]
public const
int CG_TYPE_IS_NOT_DEFINED_IN_PROGRAM_ERROR = 39;
See Also
Cg Class | Tao.Cg Namespace