GLES30.GlGetBufferPointerv(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.