GLES30.GlGetSynciv 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
GlGetSynciv(Int64, Int32, Int32, Int32[], Int32, Int32[], Int32) | |
GlGetSynciv(Int64, Int32, Int32, IntBuffer, IntBuffer) |
GlGetSynciv(Int64, Int32, Int32, Int32[], Int32, Int32[], Int32)
[Android.Runtime.Register("glGetSynciv", "(JII[II[II)V", "")]
public static void GlGetSynciv (long sync, int pname, int bufSize, int[]? length, int lengthOffset, int[]? values, int valuesOffset);
[<Android.Runtime.Register("glGetSynciv", "(JII[II[II)V", "")>]
static member GlGetSynciv : int64 * int * int * int[] * int * int[] * int -> unit
Parameters
- sync
- Int64
- pname
- Int32
- bufSize
- Int32
- length
- Int32[]
- lengthOffset
- Int32
- values
- Int32[]
- valuesOffset
- 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
GlGetSynciv(Int64, Int32, Int32, IntBuffer, IntBuffer)
[Android.Runtime.Register("glGetSynciv", "(JIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V", "")]
public static void GlGetSynciv (long sync, int pname, int bufSize, Java.Nio.IntBuffer? length, Java.Nio.IntBuffer? values);
[<Android.Runtime.Register("glGetSynciv", "(JIILjava/nio/IntBuffer;Ljava/nio/IntBuffer;)V", "")>]
static member GlGetSynciv : int64 * int * int * Java.Nio.IntBuffer * Java.Nio.IntBuffer -> unit
Parameters
- sync
- Int64
- pname
- Int32
- bufSize
- Int32
- length
- IntBuffer
- values
- 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.