Access to this page requires authorization. You can try
signing in
or
changing directories
.
Access to this page requires authorization. You can try
changing directories
.
[Android.Runtime.Register("eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", "")]
public static Android.Opengl.EGLSurface? EglCreateWindowSurface(Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLConfig? config, Java.Lang.Object? win, int[]? attrib_list, int offset);
[<Android.Runtime.Register("eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLSurface;", "")>]
static member EglCreateWindowSurface : Android.Opengl.EGLDisplay * Android.Opengl.EGLConfig * Java.Lang.Object * int[] * int -> Android.Opengl.EGLSurface
Parameters