EGL14.EglCreatePbufferFromClientBuffer Method

Definition

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

Parameters

buftype
Int32
buffer
Int32
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