Cg.cgGetNextLeafParameter Method
Gets a handle to the leaf parameter directly following the specified param.
[Visual Basic]
Public Shared Function cgGetNextLeafParameter( _
ByVal
currentParam As
IntPtr _
) As
IntPtr
[C#]
public static
IntPtr cgGetNextLeafParameter(
IntPtr currentParam);
Parameters
-
currentParam
- Current Cg parameter.
Return Value
Handle to the next param after the current program, null if the current is the last param.
See Also
Cg Class | Tao.Cg Namespace