IGL10Ext.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", "GetGlQueryMatrixxOES_Ljava_nio_IntBuffer_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GlQueryMatrixxOES (Java.Nio.IntBuffer? mantissa, Java.Nio.IntBuffer? exponent);
[<Android.Runtime.Register("glQueryMatrixxOES", "(Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)I", "GetGlQueryMatrixxOES_Ljava_nio_IntBuffer_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract 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", "GetGlQueryMatrixxOES_arrayIIarrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GlQueryMatrixxOES (int[]? mantissa, int mantissaOffset, int[]? exponent, int exponentOffset);
[<Android.Runtime.Register("glQueryMatrixxOES", "([II[II)I", "GetGlQueryMatrixxOES_arrayIIarrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract 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