EGL14.EglCreatePixmapSurface 方法

定义

[Android.Runtime.Register("eglCreatePixmapSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Landroid/opengl/EGLSurface;", "")]
public static Android.Opengl.EGLSurface? EglCreatePixmapSurface (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLConfig? config, int pixmap, int[]? attrib_list, int offset);
[<Android.Runtime.Register("eglCreatePixmapSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Landroid/opengl/EGLSurface;", "")>]
static member EglCreatePixmapSurface : Android.Opengl.EGLDisplay * Android.Opengl.EGLConfig * int * int[] * int -> Android.Opengl.EGLSurface

参数

config
EGLConfig
pixmap
Int32
attrib_list
Int32[]
offset
Int32

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于