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