monoandroid
namespace Android.Opengl
{
[Register("android/opengl/GLES30", DoNotGenerateAcw = true)]
public class GLES30 : GLES20
{
[Register("glBlitFramebuffer", "(IIIIIIIIII)V", "")]
public static void GlBlitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |