[][src]Function egls::apis::destroy_image

pub fn destroy_image(
    display: EGLDisplay,
    image: EGLImage
) -> Result<bool, Error>

Destroy an EGLImage object.

Parameters

  • display - Specifies the EGL display connection.
  • image - Specifies the image to destroy.