GLES30.GlGetBufferPointerv(Int32, Int32) Method

Definition

The java.nio.Buffer instance returned by this method is guaranteed to be an instance of java.nio.ByteBuffer.

[Android.Runtime.Register("glGetBufferPointerv", "(II)Ljava/nio/Buffer;", "")]
public static Java.Nio.Buffer? GlGetBufferPointerv (int target, int pname);
[<Android.Runtime.Register("glGetBufferPointerv", "(II)Ljava/nio/Buffer;", "")>]
static member GlGetBufferPointerv : int * int -> Java.Nio.Buffer

Parameters

target
Int32
pname
Int32

Returns

Attributes

Remarks

The java.nio.Buffer instance returned by this method is guaranteed to be an instance of java.nio.ByteBuffer.

Java documentation for android.opengl.GLES30.glGetBufferPointerv(int, int).

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