EGL14.EglCreatePbufferSurface(EGLDisplay, EGLConfig, Int32[], Int32) Method

Definition

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

Parameters

config
EGLConfig
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