Tao.OpenGl SDK Documentation

Gl.glStencilFuncSeparate Method 

[Visual Basic]
Public Shared Sub glStencilFuncSeparate( _
   ByVal frontfunc As Integer, _
   ByVal backfunc As Integer, _
   ByVal ref As Integer, _
   ByVal mask As Integer _
)
[C#]
public static void glStencilFuncSeparate(
   int frontfunc,
   int backfunc,
   int ref,
   int mask
);

See Also

Gl Class | Tao.OpenGl Namespace