Share via


GLES31.GlGetMultisamplefv Method

Definition

Overloads

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

GlGetMultisamplefv(Int32, Int32, FloatBuffer)

[Android.Runtime.Register("glGetMultisamplefv", "(IILjava/nio/FloatBuffer;)V", "")]
public static void GlGetMultisamplefv (int pname, int index, Java.Nio.FloatBuffer? val);
[<Android.Runtime.Register("glGetMultisamplefv", "(IILjava/nio/FloatBuffer;)V", "")>]
static member GlGetMultisamplefv : int * int * Java.Nio.FloatBuffer -> unit

Parameters

pname
Int32
index
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

GlGetMultisamplefv(Int32, Int32, Single[], Int32)

[Android.Runtime.Register("glGetMultisamplefv", "(II[FI)V", "")]
public static void GlGetMultisamplefv (int pname, int index, float[]? val, int offset);
[<Android.Runtime.Register("glGetMultisamplefv", "(II[FI)V", "")>]
static member GlGetMultisamplefv : int * int * single[] * int -> unit

Parameters

pname
Int32
index
Int32
val
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