GLES20.GlGenBuffers 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.
Overloads
GlGenBuffers(Int32, IntBuffer) | |
GlGenBuffers(Int32, Int32[], Int32) |
GlGenBuffers(Int32, IntBuffer)
[Android.Runtime.Register("glGenBuffers", "(ILjava/nio/IntBuffer;)V", "")]
public static void GlGenBuffers (int n, Java.Nio.IntBuffer? buffers);
[<Android.Runtime.Register("glGenBuffers", "(ILjava/nio/IntBuffer;)V", "")>]
static member GlGenBuffers : int * Java.Nio.IntBuffer -> unit
Parameters
- n
- Int32
- buffers
- IntBuffer
- 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
GlGenBuffers(Int32, Int32[], Int32)
[Android.Runtime.Register("glGenBuffers", "(I[II)V", "")]
public static void GlGenBuffers (int n, int[]? buffers, int offset);
[<Android.Runtime.Register("glGenBuffers", "(I[II)V", "")>]
static member GlGenBuffers : int * int[] * int -> unit
Parameters
- n
- Int32
- buffers
- Int32[]
- 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.