IGL11.GlClipPlanef Method

Definition

Overloads

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

GlClipPlanef(Int32, Single[], Int32)

[Android.Runtime.Register("glClipPlanef", "(I[FI)V", "GetGlClipPlanef_IarrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlClipPlanef (int plane, float[]? equation, int offset);
[<Android.Runtime.Register("glClipPlanef", "(I[FI)V", "GetGlClipPlanef_IarrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlClipPlanef : 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

GlClipPlanef(Int32, FloatBuffer)

[Android.Runtime.Register("glClipPlanef", "(ILjava/nio/FloatBuffer;)V", "GetGlClipPlanef_ILjava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlClipPlanef (int plane, Java.Nio.FloatBuffer? equation);
[<Android.Runtime.Register("glClipPlanef", "(ILjava/nio/FloatBuffer;)V", "GetGlClipPlanef_ILjava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlClipPlanef : 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