Tao.Cg SDK Documentation

Cg.cgGetParameterName Method 

Gets the name of the specified program.

[Visual Basic]
Public Shared Function cgGetParameterName( _
   ByVal param As IntPtr _
) As String
[C#]
public static string cgGetParameterName(
   IntPtr param
);

Parameters

param
Handle to the program to query.

Return Value

The name of the specified program as a string.

See Also

Cg Class | Tao.Cg Namespace