EGL15.EglDestroyImage(EGLDisplay, EGLImage) Method

Definition

[Android.Runtime.Register("eglDestroyImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLImage;)Z", "", ApiSince=29)]
public static bool EglDestroyImage (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLImage? image);
[<Android.Runtime.Register("eglDestroyImage", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLImage;)Z", "", ApiSince=29)>]
static member EglDestroyImage : Android.Opengl.EGLDisplay * Android.Opengl.EGLImage -> bool

Parameters

image
EGLImage

Returns

Attributes

Applies to