GLES30.GlGetIntegeri_v 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
GlGetIntegeri_v(Int32, Int32, Int32[], Int32) | |
GlGetIntegeri_v(Int32, Int32, IntBuffer) |
GlGetIntegeri_v(Int32, Int32, Int32[], Int32)
[Android.Runtime.Register("glGetIntegeri_v", "(II[II)V", "")]
public static void GlGetIntegeri_v (int target, int index, int[]? data, int offset);
[<Android.Runtime.Register("glGetIntegeri_v", "(II[II)V", "")>]
static member GlGetIntegeri_v : int * int * int[] * int -> unit
Parameters
- target
- Int32
- index
- Int32
- data
- 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.
Applies to
GlGetIntegeri_v(Int32, Int32, IntBuffer)
[Android.Runtime.Register("glGetIntegeri_v", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlGetIntegeri_v (int target, int index, Java.Nio.IntBuffer? data);
[<Android.Runtime.Register("glGetIntegeri_v", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlGetIntegeri_v : int * int * Java.Nio.IntBuffer -> unit
Parameters
- target
- Int32
- index
- Int32
- data
- 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.