예제 #1
0
 public override void DepthRangef(float zNear, float zFar)
 {
     gl.DepthRange(zNear, zFar); CheckError("glDepthRangef");
 }