destroySurface

abstract fun destroySurface(egl: EGL10?, display: EGLDisplay?, surface: EGLSurface?)

Destroys a window surface.

Parameters

egl

the EGL10 for the current display.

display

the current display.

surface

the surface to destroy.