GLES30.GlClearBufferfv Method

Definition

Overloads

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

GlClearBufferfv(Int32, Int32, FloatBuffer)

[Android.Runtime.Register("glClearBufferfv", "(IILjava/nio/FloatBuffer;)V", "")]
public static void GlClearBufferfv (int buffer, int drawbuffer, Java.Nio.FloatBuffer? value);
[<Android.Runtime.Register("glClearBufferfv", "(IILjava/nio/FloatBuffer;)V", "")>]
static member GlClearBufferfv : int * int * Java.Nio.FloatBuffer -> unit

Parameters

buffer
Int32
drawbuffer
Int32
value
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

GlClearBufferfv(Int32, Int32, Single[], Int32)

[Android.Runtime.Register("glClearBufferfv", "(II[FI)V", "")]
public static void GlClearBufferfv (int buffer, int drawbuffer, float[]? value, int offset);
[<Android.Runtime.Register("glClearBufferfv", "(II[FI)V", "")>]
static member GlClearBufferfv : int * int * single[] * int -> unit

Parameters

buffer
Int32
drawbuffer
Int32
value
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