EGL14.EglDestroySurface(EGLDisplay, EGLSurface) Method

Definition

[Android.Runtime.Register("eglDestroySurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;)Z", "")]
public static bool EglDestroySurface (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLSurface? surface);
[<Android.Runtime.Register("eglDestroySurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;)Z", "")>]
static member EglDestroySurface : Android.Opengl.EGLDisplay * Android.Opengl.EGLSurface -> bool

Parameters

surface
EGLSurface

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