Cg.cgGetParameterType Method
Gets the data type of the specified parameter.
[Visual Basic]
Public Shared Function cgGetParameterType( _
ByVal
param As
IntPtr _
) As
Integer
[C#]
public static
int cgGetParameterType(
IntPtr param);
Parameters
-
param
- Id of the parameter to query.
Return Value
Enum value representing the parameter's data type.
See Also
Cg Class | Tao.Cg Namespace