[][src]Function egls::apis::destroy_surface

pub fn destroy_surface(
    display: EGLDisplay,
    surface: EGLSurface
) -> Result<bool, Error>

Destroy an EGL surface.

Parameters

  • display - Specifies the EGL display connection.
  • surface - Specifies the EGL surface to be destroyed.