GLES10Ext.GlQueryMatrixxOES Method

Definition

Overloads

GlQueryMatrixxOES(IntBuffer, IntBuffer)
GlQueryMatrixxOES(Int32[], Int32, Int32[], Int32)

GlQueryMatrixxOES(IntBuffer, IntBuffer)

[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

GlQueryMatrixxOES(Int32[], Int32, Int32[], Int32)

[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