Package 

Object EGLError


  • 
    public class EGLError
    
                        

    Utility to convert EGL error codes to human-readable strings.

    • Method Summary

      Modifier and Type Method Description
      final String errorString(Integer eglError) Converts an EGL error code to a human-readable string.
      final <ERROR CLASS> getEGL_ERROR_MAP()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • errorString

         final String errorString(Integer eglError)

        Converts an EGL error code to a human-readable string.

        Parameters:
        eglError - The EGL error code.