GLES11.GlBufferSubData(Int32, Int32, Int32, Buffer) Method

Definition

[Android.Runtime.Register("glBufferSubData", "(IIILjava/nio/Buffer;)V", "")]
public static void GlBufferSubData (int target, int offset, int size, Java.Nio.Buffer? data);
[<Android.Runtime.Register("glBufferSubData", "(IIILjava/nio/Buffer;)V", "")>]
static member GlBufferSubData : int * int * int * Java.Nio.Buffer -> unit

Parameters

target
Int32
offset
Int32
size
Int32
data
Buffer
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