Tao.Cg SDK Documentation

Cg.cgCreateSamplerState Method 

[Visual Basic]
Public Shared Function cgCreateSamplerState( _
   ByVal ctx As IntPtr, _
   ByVal name As String, _
   ByVal type As Integer _
) As IntPtr
[C#]
public static IntPtr cgCreateSamplerState(
   IntPtr ctx,
   string name,
   int type
);

See Also

Cg Class | Tao.Cg Namespace