GLES10.GlFrustumf(Single, Single, Single, Single, Single, Single) Method

Definition

[Android.Runtime.Register("glFrustumf", "(FFFFFF)V", "")]
public static void GlFrustumf (float left, float right, float bottom, float top, float zNear, float zFar);
[<Android.Runtime.Register("glFrustumf", "(FFFFFF)V", "")>]
static member GlFrustumf : single * single * single * single * single * single -> unit

Parameters

left
Single
right
Single
bottom
Single
top
Single
zNear
Single
zFar
Single
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to