[][src]Function egls::apis::destroy_image_khr

pub fn destroy_image_khr(
    display: EGLDisplay,
    image: EGLImageKHR
) -> Result<bool, Error>

Destroy an EGLImage object (KHR Ext).

Parameters

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