Share via


GLES30.GlGetInteger64i_v Method

Definition

Overloads

GlGetInteger64i_v(Int32, Int32, LongBuffer)
GlGetInteger64i_v(Int32, Int32, Int64[], Int32)

GlGetInteger64i_v(Int32, Int32, LongBuffer)

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

Parameters

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

GlGetInteger64i_v(Int32, Int32, Int64[], Int32)

[Android.Runtime.Register("glGetInteger64i_v", "(II[JI)V", "")]
public static void GlGetInteger64i_v (int target, int index, long[]? data, int offset);
[<Android.Runtime.Register("glGetInteger64i_v", "(II[JI)V", "")>]
static member GlGetInteger64i_v : int * int * int64[] * int -> unit

Parameters

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