EGL14.EglCreatePixmapSurface Method

Definition

[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

Parameters

config
EGLConfig
pixmap
Int32
attrib_list
Int32[]
offset
Int32

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to