GLES10Ext.GlQueryMatrixxOES Method
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.
[Android.Runtime.Register("glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", "")]
public static int GlQueryMatrixxOES (Java.Nio.IntBuffer? mantissa, Java.Nio.IntBuffer? exponent);
[<Android.Runtime.Register("glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", "")>]
static member GlQueryMatrixxOES : Java.Nio.IntBuffer * Java.Nio.IntBuffer -> int
Parameters
- mantissa
- IntBuffer
- exponent
- IntBuffer
Returns
- 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
.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
[Android.Runtime.Register("glQueryMatrixxOES", "([II[II)I", "")]
public static int GlQueryMatrixxOES (int[]? mantissa, int mantissaOffset, int[]? exponent, int exponentOffset);
[<Android.Runtime.Register("glQueryMatrixxOES", "([II[II)I", "")>]
static member GlQueryMatrixxOES : int[] * int * int[] * int -> int
Parameters
- mantissa
- Int32[]
- mantissaOffset
- Int32
- exponent
- Int32[]
- exponentOffset
- Int32
Returns
- 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
.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |