monoandroid
namespace Javax.Microedition.Khronos.Opengles
{
[Register("javax/microedition/khronos/opengles/GL10Ext", "", "Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker")]
public interface IGL10Ext : IJavaObject, IJavaPeerable, IGL, IDisposable
{
[Register("glQueryMatrixxOES", "([II[II)I", "GetGlQueryMatrixxOES_arrayIIarrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
int GlQueryMatrixxOES(int[]? mantissa, int mantissaOffset, int[]? exponent, int exponentOffset);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |