Tao.OpenGl SDK Documentation

Gl.glDepthRange Method 

[Visual Basic]
Public Shared Sub glDepthRange( _
   ByVal near As Double, _
   ByVal far As Double _
)
[C#]
public static void glDepthRange(
   double near,
   double far
);

See Also

Gl Class | Tao.OpenGl Namespace