GLES31.GlGetBooleani_v Method

Definition

Overloads

GlGetBooleani_v(Int32, Int32, IntBuffer)
GlGetBooleani_v(Int32, Int32, Boolean[], Int32)

GlGetBooleani_v(Int32, Int32, IntBuffer)

[Android.Runtime.Register("glGetBooleani_v", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlGetBooleani_v (int target, int index, Java.Nio.IntBuffer? data);
[<Android.Runtime.Register("glGetBooleani_v", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlGetBooleani_v : int * int * Java.Nio.IntBuffer -> unit

Parameters

target
Int32
index
Int32
data
IntBuffer
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

GlGetBooleani_v(Int32, Int32, Boolean[], Int32)

[Android.Runtime.Register("glGetBooleani_v", "(II[ZI)V", "")]
public static void GlGetBooleani_v (int target, int index, bool[]? data, int offset);
[<Android.Runtime.Register("glGetBooleani_v", "(II[ZI)V", "")>]
static member GlGetBooleani_v : int * int * bool[] * int -> unit

Parameters

target
Int32
index
Int32
data
Boolean[]
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