EGL15.EglCreateImage Method

Definition

[Android.Runtime.Register("eglCreateImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLContext;IJ[JI)Landroid/opengl/EGLImage;", "", ApiSince=29)]
public static Android.Opengl.EGLImage? EglCreateImage (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLContext? context, int target, long buffer, long[]? attrib_list, int offset);
[<Android.Runtime.Register("eglCreateImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLContext;IJ[JI)Landroid/opengl/EGLImage;", "", ApiSince=29)>]
static member EglCreateImage : Android.Opengl.EGLDisplay * Android.Opengl.EGLContext * int * int64 * int64[] * int -> Android.Opengl.EGLImage

Parameters

context
EGLContext
target
Int32
buffer
Int64
attrib_list
Int64[]
offset
Int32

Returns

Attributes

Applies to