EGL15.EglCreateImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- dpy
- EGLDisplay
- context
- EGLContext
- target
- Int32
- buffer
- Int64
- attrib_list
- Int64[]
- offset
- Int32
Returns
- Attributes