egl :: EGLDisplay :: report_egl_error
private fun report_egl_error(cmsg: CString) do var msg = cmsg.to_s print "libEGL error: {msg}" end