EGL15.EglCreatePlatformWindowSurface Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register("eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio/Buffer;[JI)Landroid/opengl/EGLSurface;", "", ApiSince=29)]
public static Android.Opengl.EGLSurface? EglCreatePlatformWindowSurface (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLConfig? config, Java.Nio.Buffer? native_window, long[]? attrib_list, int offset);
[<Android.Runtime.Register("eglCreatePlatformWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/nio/Buffer;[JI)Landroid/opengl/EGLSurface;", "", ApiSince=29)>]
static member EglCreatePlatformWindowSurface : Android.Opengl.EGLDisplay * Android.Opengl.EGLConfig * Java.Nio.Buffer * int64[] * int -> Android.Opengl.EGLSurface
Parâmetros
- dpy
- EGLDisplay
- config
- EGLConfig
- native_window
- Buffer
- attrib_list
- Int64[]
- offset
- Int32
Retornos
- Atributos