Share via


GLES30.GlGetBufferParameteri64v Method

Definition

Overloads

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

GlGetBufferParameteri64v(Int32, Int32, LongBuffer)

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

Parameters

target
Int32
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

GlGetBufferParameteri64v(Int32, Int32, Int64[], Int32)

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

Parameters

target
Int32
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