GLES11Ext.GlClipPlanefOES Method

Definition

Overloads

GlClipPlanefOES(Int32, Single[], Int32)
GlClipPlanefOES(Int32, FloatBuffer)

GlClipPlanefOES(Int32, Single[], Int32)

[Android.Runtime.Register("glClipPlanefOES", "(I[FI)V", "")]
public static void GlClipPlanefOES (int plane, float[]? equation, int offset);
[<Android.Runtime.Register("glClipPlanefOES", "(I[FI)V", "")>]
static member GlClipPlanefOES : int * single[] * int -> unit

Parameters

plane
Int32
equation
Single[]
offset
Int32
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

GlClipPlanefOES(Int32, FloatBuffer)

[Android.Runtime.Register("glClipPlanefOES", "(ILjava/nio/FloatBuffer;)V", "")]
public static void GlClipPlanefOES (int plane, Java.Nio.FloatBuffer? equation);
[<Android.Runtime.Register("glClipPlanefOES", "(ILjava/nio/FloatBuffer;)V", "")>]
static member GlClipPlanefOES : int * Java.Nio.FloatBuffer -> unit

Parameters

plane
Int32
equation
FloatBuffer
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