Tao.Cg SDK Documentation

Cg.cgCreateEffect Method 

[Visual Basic]
Public Shared Function cgCreateEffect( _
   ByVal ctx As IntPtr, _
   ByVal code As String, _
   ByVal args As String() _
) As IntPtr
[C#]
public static IntPtr cgCreateEffect(
   IntPtr ctx,
   string code,
   string[] args
);

See Also

Cg Class | Tao.Cg Namespace