Compartir a través de


GLES11.GlClipPlanef Método

Definición

Sobrecargas

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

GlClipPlanef(Int32, FloatBuffer)

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

Parámetros

plane
Int32
equation
FloatBuffer
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GlClipPlanef(Int32, Single[], Int32)

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

Parámetros

plane
Int32
equation
Single[]
offset
Int32
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a