GL.DepthRange(Single, Single) Method

Definition

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDepthRangef", Version="2.0")]
public static void DepthRange (float zNear, float zFar);
static member DepthRange : single * single -> unit

Parameters

zNear
Single
zFar
Single
Attributes

Applies to