GLES30.GlGetInteger64v Method

Definition

Overloads

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

GlGetInteger64v(Int32, LongBuffer)

[Android.Runtime.Register("glGetInteger64v", "(ILjava/nio/LongBuffer;)V", "")]
public static void GlGetInteger64v (int pname, Java.Nio.LongBuffer? params);
[<Android.Runtime.Register("glGetInteger64v", "(ILjava/nio/LongBuffer;)V", "")>]
static member GlGetInteger64v : int * Java.Nio.LongBuffer -> unit

Parameters

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

GlGetInteger64v(Int32, Int64[], Int32)

[Android.Runtime.Register("glGetInteger64v", "(I[JI)V", "")]
public static void GlGetInteger64v (int pname, long[]? params, int offset);
[<Android.Runtime.Register("glGetInteger64v", "(I[JI)V", "")>]
static member GlGetInteger64v : int * int64[] * int -> unit

Parameters

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